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
- model
Type: Microsoft.Data.Schema.SchemaModel.ModelStore
- newModelFileName
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.