DistributionArticle.Create 方法

Creates the article metadata at the Distributor.

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public Sub Create
用法
Dim instance As DistributionArticle

instance.Create()
public void Create()
public:
void Create()
member Create : unit -> unit
public function Create()

注释

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.

请参阅

参考

DistributionArticle 类

Microsoft.SqlServer.Replication 命名空间