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
)

参数