次の方法で共有


SubscriberSubscription.Type プロパティ

サブスクリプションがサブスクライブされているパブリケーションの種類を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property Type As PublicationType 
    Get 
    Set
'使用
Dim instance As SubscriberSubscription 
Dim value As PublicationType 

value = instance.Type

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

プロパティ値

型: Microsoft.SqlServer.Replication.PublicationType
PublicationType 値です。

説明

このプロパティは、すべてのユーザーがアクセスできます。

この名前空間、クラス、またはメンバーは、.NET Framework 2.0 でのみサポートされています。

関連項目

参照

SubscriberSubscription クラス

Microsoft.SqlServer.Replication 名前空間