次の方法で共有


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 名前空間