ModelStore Constructor (ModelCollation, ModelSchema, String)
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Sub New ( _
collation As ModelCollation, _
modelSchema As ModelSchema, _
modelFileName As String _
)
protected ModelStore(
ModelCollation collation,
ModelSchema modelSchema,
string modelFileName
)
protected:
ModelStore(
ModelCollation^ collation,
ModelSchema^ modelSchema,
String^ modelFileName
)
new :
collation:ModelCollation *
modelSchema:ModelSchema *
modelFileName:string -> ModelStore
protected function ModelStore(
collation : ModelCollation,
modelSchema : ModelSchema,
modelFileName : String
)
Parameters
- collation
Type: Microsoft.Data.Schema.SchemaModel.ModelCollation
- modelSchema
Type: Microsoft.Data.Schema.SchemaModel.ModelSchema
- modelFileName
Type: System.String
.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.