ModelStore.Detach Method

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

ModelStore Class

Microsoft.Data.Schema.SchemaModel Namespace