Article 构造函数

Initializes a new instance of the Article class.

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

语法

声明
Protected Sub New
用法
Dim instance As New Article()
protected Article()
protected:
Article()
new : unit -> Article
protected function Article()

注释

This constructor is called by the derived class constructors to initialize state in this type.

请参阅

参考

Article 类

Microsoft.SqlServer.Replication 命名空间