ModelCollation.GetCollationLcidCaseSensitive – metoda
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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
)
Parametry
- modelCollationValue
Typ: System.String
- lcid
Typ: System.Int32%
- caseSensitive
Typ: System.Boolean%
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.