ModelStore.Attach メソッド
名前空間: Microsoft.Data.Schema.SchemaModel
アセンブリ: Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)
構文
'宣言
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
パラメーター
- modelSchema
型: Microsoft.Data.Schema.SchemaModel.ModelSchema
- modelFileName
型: System.String
- progressReporter
型: System.Func<String, Boolean, Boolean>
戻り値
型: Microsoft.Data.Schema.SchemaModel.ModelStore
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。