ISnapshotGenerationAgent.ReplicationType 属性

Gets or sets the type of publication.

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

语法

声明
Property ReplicationType As ReplicationType 
    Get 
    Set
用法
Dim instance As ISnapshotGenerationAgent 
Dim value As ReplicationType 

value = instance.ReplicationType

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

属性值

类型:Microsoft.SqlServer.Replication.ReplicationType
The type of the publication.

请参阅

参考

ISnapshotGenerationAgent 接口

Microsoft.SqlServer.Replication 命名空间