Article Constructor
Initializes a new instance of the Article class.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Protected Sub New
'Usage
Dim instance As New Article()
protected Article()
protected:
Article()
new : unit -> Article
protected function Article()
Remarks
This constructor is called by the derived class constructors to initialize state in this type.