ModelCollation.GetCollationLcidCaseSensitive Method
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared Sub GetCollationLcidCaseSensitive ( _
modelCollationValue As String, _
<OutAttribute> ByRef lcid As Integer, _
<OutAttribute> ByRef caseSensitive As Boolean _
)
public static void GetCollationLcidCaseSensitive(
string modelCollationValue,
out int lcid,
out bool caseSensitive
)
public:
static void GetCollationLcidCaseSensitive(
String^ modelCollationValue,
[OutAttribute] int% lcid,
[OutAttribute] bool% caseSensitive
)
static member GetCollationLcidCaseSensitive :
modelCollationValue:string *
lcid:int byref *
caseSensitive:bool byref -> unit
public static function GetCollationLcidCaseSensitive(
modelCollationValue : String,
lcid : int,
caseSensitive : boolean
)
Parameters
- modelCollationValue
Type: System.String
- lcid
Type: System.Int32%
- caseSensitive
Type: System.Boolean%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.