RegisteredSubscriber.Type プロパティ
サブスクライバーの種類を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Public Property Type As SubscriberType
Get
Set
'使用
Dim instance As RegisteredSubscriber
Dim value As SubscriberType
value = instance.Type
instance.Type = value
public SubscriberType Type { get; set; }
public:
property SubscriberType Type {
SubscriberType get ();
void set (SubscriberType value);
}
member Type : SubscriberType with get, set
function get Type () : SubscriberType
function set Type (value : SubscriberType)
プロパティ値
型: Microsoft.SqlServer.Replication.SubscriberType
サブスクライバーの種類を指定する SubscriberType 値です。
説明
Microsoft SQL Server 2005 では、パブリッシャーでサブスクライバーを明示的に登録する必要はなくなりました。 このプロパティは、SQL Server の旧バージョンとの互換性を維持するために用意されています。