共用方式為


PublicationArticle.ReplicationType 屬性

Gets or sets the type of publication to which the article belongs.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Property ReplicationType As Integer 
    Get 
    Set
'用途
Dim instance As PublicationArticle 
Dim value As Integer 

value = instance.ReplicationType

instance.ReplicationType = value
public int ReplicationType { get; set; }
public:
property int ReplicationType {
    int get ();
    void set (int value);
}
member ReplicationType : int with get, set
function get ReplicationType () : int 
function set ReplicationType (value : int)

屬性值

型別:System.Int32
An Int32 value.

請參閱

參考

PublicationArticle 類別

Microsoft.SqlServer.Replication 命名空間

Type