ModelCollation Constructor (Int32, Boolean)
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub New ( _
lcid As Integer, _
caseSensitive As Boolean _
)
public ModelCollation(
int lcid,
bool caseSensitive
)
public:
ModelCollation(
int lcid,
bool caseSensitive
)
new :
lcid:int *
caseSensitive:bool -> ModelCollation
public function ModelCollation(
lcid : int,
caseSensitive : boolean
)
Parameters
- 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.