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 네임스페이스