ModelStore.FreeIdentifierHandle Method
Frees the provided element handle.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub FreeIdentifierHandle ( _
handle As ModelIdentifierHandle _
)
public void FreeIdentifierHandle(
ModelIdentifierHandle handle
)
public:
void FreeIdentifierHandle(
ModelIdentifierHandle^ handle
)
member FreeIdentifierHandle :
handle:ModelIdentifierHandle -> unit
public function FreeIdentifierHandle(
handle : ModelIdentifierHandle
)
Parameters
- handle
Type: Microsoft.Data.Schema.SchemaModel.ModelIdentifierHandle
The ModelIdentifierHandle to free.
.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.