DataSchemaModel Constructor (ModelCollation, ModelSchema, String, ScriptCache, ErrorManager)
Initializes a new instance of the DataSchemaModel class.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Sub New ( _
collation As ModelCollation, _
storeSchema As ModelSchema, _
modelFileName As String, _
scriptCache As ScriptCache, _
errorManager As ErrorManager _
)
protected DataSchemaModel(
ModelCollation collation,
ModelSchema storeSchema,
string modelFileName,
ScriptCache scriptCache,
ErrorManager errorManager
)
protected:
DataSchemaModel(
ModelCollation^ collation,
ModelSchema^ storeSchema,
String^ modelFileName,
ScriptCache^ scriptCache,
ErrorManager^ errorManager
)
new :
collation:ModelCollation *
storeSchema:ModelSchema *
modelFileName:string *
scriptCache:ScriptCache *
errorManager:ErrorManager -> DataSchemaModel
protected function DataSchemaModel(
collation : ModelCollation,
storeSchema : ModelSchema,
modelFileName : String,
scriptCache : ScriptCache,
errorManager : ErrorManager
)
Parameters
- collation
Type: Microsoft.Data.Schema.SchemaModel.ModelCollation
The ModelCollation of the data schema model.
- storeSchema
Type: Microsoft.Data.Schema.SchemaModel.ModelSchema
The ModelSchema of the data schema model.
- modelFileName
Type: System.String
The file name of the data schema model.
- scriptCache
Type: Microsoft.Data.Schema.SchemaModel.ScriptCache
The ScriptCache of the data schema model.
- errorManager
Type: Microsoft.Data.Schema.ErrorManager
The ErrorManager used to report errors that occur in the data schema model.
.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.