SqlSmoObject.DropImplWorker 方法
Calls the drop methods.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Protected Sub DropImplWorker ( _
ByRef urn As Urn _
)
用法
Dim urn As Urn
Me.DropImplWorker(urn)
protected void DropImplWorker(
ref Urn urn
)
protected:
void DropImplWorker(
Urn^% urn
)
member DropImplWorker :
urn:Urn byref -> unit
protected function DropImplWorker(
urn : Urn
)
参数
- urn
类型:Microsoft.SqlServer.Management.Sdk.Sfc.Urn%
A pointer to a Urn object.