DropImplWorker 方法
调用 drop 方法。
命名空间: 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%
一个指向 Urn 对象的指针。