SqlSchemaModel Constructor (ModelCollation, ModelSchema, String, ScriptCache, ErrorManager, Boolean, SqlModelCapability)
Initializes a new instance of the SqlSchemaModel class.
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
)
Parameters
- collation
Type: Microsoft.Data.Schema.SchemaModel.ModelCollation
- storeSchema
Type: Microsoft.Data.Schema.SchemaModel.ModelSchema
- modelFileName
Type: System.String
- scriptCache
Type: Microsoft.Data.Schema.SchemaModel.ScriptCache
- errorManager
Type: Microsoft.Data.Schema.ErrorManager
- validationEnabled
Type: System.Boolean
- modelCapability
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlModelCapability
.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.