Sdílet prostřednictvím


DataSchemaModel – konstruktor (ModelCollation, ModelSchema, String, ScriptCache, ErrorManager)

Inicializuje novou instanci DataSchemaModel Třída

Obor názvů:  Microsoft.Data.Schema.SchemaModel
Sestavení:  Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • modelFileName
    Typ: System.String
    Název souboru schématu datového modelu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DataSchemaModel Třída

DataSchemaModel – přetížení

Microsoft.Data.Schema.SchemaModel – obor názvů