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)

説明

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

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