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 네임스페이스