Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Calls the drop methods.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Protected Sub DropImplWorker ( _
ByRef urn As Urn _
)
'Usage
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
)
Parameters
- urn
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Urn%
A pointer to a Urn object.