Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Deletes the distribution database.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Sub Remove
'Usage
Dim instance As DistributionDatabase
instance.Remove()
public void Remove()
public:
void Remove()
member Remove : unit -> unit
public function Remove()
Remarks
The Remove method can only be called by members of the sysadmin fixed server role at the Distributor.
Calling Remove is equivalent to executing sp_dropdistributiondb.
See Also
Reference
Microsoft.SqlServer.Replication Namespace