Compartilhar via


Construtor DataSchemaModel (ModelCollation, ModelSchema, String, ScriptCache, ErrorManager)

Inicializa uma nova instância da classe DataSchemaModel.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (em Microsoft.Data.Schema.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • modelFileName
    Tipo: System.String
    O nome de arquivo do modelo de esquema de dados.

Segurança do .NET Framework

Consulte também

Referência

DataSchemaModel Classe

Sobrecargas DataSchemaModel

Namespace Microsoft.Data.Schema.SchemaModel