ModelStore-Konstruktor (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
)
Parameter
- collation
Typ: Microsoft.Data.Schema.SchemaModel.ModelCollation
- modelSchema
Typ: Microsoft.Data.Schema.SchemaModel.ModelSchema
- modelFileName
Typ: System.String
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.