ModelStore.Detach 方法

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
Public Shared Sub Detach ( _
    model As ModelStore, _
    newModelFileName As String _
)
public static void Detach(
    ModelStore model,
    string newModelFileName
)
public:
static void Detach(
    ModelStore^ model, 
    String^ newModelFileName
)
static member Detach : 
        model:ModelStore * 
        newModelFileName:string -> unit 
public static function Detach(
    model : ModelStore, 
    newModelFileName : String
)

参数

.NET Framework 安全性

请参见

参考

ModelStore 类

Microsoft.Data.Schema.SchemaModel 命名空间