ISnapshotGenerationAgent.Supports70Subscribers 속성

Gets or sets whether the generated snapshot supports SQL Server 7.0 Subscribers.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication(Microsoft.SqlServer.Replication.dll)

구문

‘선언
Property Supports70Subscribers As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As ISnapshotGenerationAgent 
Dim value As Boolean 

value = instance.Supports70Subscribers

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

속성 값

유형: System.Boolean
True if the generated snapshot supports SQL Server 7.0 Subscribers; otherwise, false.

참고 항목

참조

ISnapshotGenerationAgent 인터페이스

Microsoft.SqlServer.Replication 네임스페이스