SubscriberSubscription.Type プロパティ

定義

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

public:
 property Microsoft::SqlServer::Replication::PublicationType Type { Microsoft::SqlServer::Replication::PublicationType get(); void set(Microsoft::SqlServer::Replication::PublicationType value); };
public Microsoft.SqlServer.Replication.PublicationType Type { get; set; }
member this.Type : Microsoft.SqlServer.Replication.PublicationType with get, set
Public Property Type As PublicationType

プロパティ値

PublicationType 値。

注釈

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

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

適用対象