DistributionDatabase.Create 方法
Creates the distribution database.
命名空間: Microsoft.SqlServer.Replication
組件: Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)
語法
'宣告
Public Sub Create
'用途
Dim instance As DistributionDatabase
instance.Create()
public void Create()
public:
void Create()
member Create : unit -> unit
public function Create()
備註
The Create method cannot be called for an existing distribution database.
The Create method can only be called by members of the sysadmin fixed server role at the Distributor.
Calling Create is equivalent to executing sp_adddistributiondb.
請參閱
參考
Microsoft.SqlServer.Replication 命名空間