ModelStore.Attach, méthode
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Shared Function Attach ( _
modelSchema As ModelSchema, _
modelFileName As String, _
progressReporter As Func(Of String, Boolean, Boolean) _
) As ModelStore
public static ModelStore Attach(
ModelSchema modelSchema,
string modelFileName,
Func<string, bool, bool> progressReporter
)
public:
static ModelStore^ Attach(
ModelSchema^ modelSchema,
String^ modelFileName,
Func<String^, bool, bool>^ progressReporter
)
static member Attach :
modelSchema:ModelSchema *
modelFileName:string *
progressReporter:Func<string, bool, bool> -> ModelStore
public static function Attach(
modelSchema : ModelSchema,
modelFileName : String,
progressReporter : Func<String, boolean, boolean>
) : ModelStore
Paramètres
- modelSchema
Type : Microsoft.Data.Schema.SchemaModel.ModelSchema
- modelFileName
Type : System.String
- progressReporter
Type : System.Func<String, Boolean, Boolean>
Valeur de retour
Type : Microsoft.Data.Schema.SchemaModel.ModelStore
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.