Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Creates the article metadata at the Distributor.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Sub Create
'Usage
Dim instance As DistributionArticle
instance.Create()
public void Create()
public:
void Create()
member Create : unit -> unit
public function Create()
Remarks
You should not call the Create method. To create a new article to a transactional or snapshot publication, you should instead call the Create method on the TransArticle object.
The Create method can only be called by members of the db_owner fixed database role on the distribution database.