ModelStore.FreeIdentifierHandle 方法

释放所提供的元素句柄。

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

语法

声明
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
)

参数

.NET Framework 安全性

请参见

参考

ModelStore 类

Microsoft.Data.Schema.SchemaModel 命名空间

ModelIdentifierHandle