Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initialisiert eine neue Instanz der SqlSchemaModel-Klasse.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Sub New ( _
collation As ModelCollation, _
storeSchema As ModelSchema, _
modelFileName As String, _
scriptCache As ScriptCache, _
errorManager As ErrorManager, _
validationEnabled As Boolean, _
modelCapability As SqlModelCapability _
)
protected SqlSchemaModel(
ModelCollation collation,
ModelSchema storeSchema,
string modelFileName,
ScriptCache scriptCache,
ErrorManager errorManager,
bool validationEnabled,
SqlModelCapability modelCapability
)
protected:
SqlSchemaModel(
ModelCollation^ collation,
ModelSchema^ storeSchema,
String^ modelFileName,
ScriptCache^ scriptCache,
ErrorManager^ errorManager,
bool validationEnabled,
SqlModelCapability modelCapability
)
new :
collation:ModelCollation *
storeSchema:ModelSchema *
modelFileName:string *
scriptCache:ScriptCache *
errorManager:ErrorManager *
validationEnabled:bool *
modelCapability:SqlModelCapability -> SqlSchemaModel
protected function SqlSchemaModel(
collation : ModelCollation,
storeSchema : ModelSchema,
modelFileName : String,
scriptCache : ScriptCache,
errorManager : ErrorManager,
validationEnabled : boolean,
modelCapability : SqlModelCapability
)
Parameter
- collation
Typ: Microsoft.Data.Schema.SchemaModel.ModelCollation
- storeSchema
Typ: Microsoft.Data.Schema.SchemaModel.ModelSchema
- modelFileName
Typ: System.String
- scriptCache
Typ: Microsoft.Data.Schema.SchemaModel.ScriptCache
- errorManager
Typ: Microsoft.Data.Schema.ErrorManager
- validationEnabled
Typ: System.Boolean
- modelCapability
Typ: Microsoft.Data.Schema.Sql.SchemaModel.SqlModelCapability
.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.