Partager via


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

Initialise une nouvelle instance de la classe DataSchemaModel.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • modelFileName
    Type : System.String
    Nom de fichier du modèle de schéma de données.

Sécurité .NET Framework

Voir aussi

Référence

DataSchemaModel Classe

DataSchemaModel, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms