PullSubscription.SubscriptionId プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
サブスクリプション ID 値を取得します。
public:
property System::String ^ SubscriptionId { System::String ^ get(); };
public string SubscriptionId { get; }
member this.SubscriptionId : string
Public ReadOnly Property SubscriptionId As String
プロパティ値
一意の識別子を表す String 値です。
注釈
<xref:Microsoft.SqlServer.Replication.PullSubscription.AgentJobID%2A> プロパティは、読み取り専用のプロパティです。
<xref:Microsoft.SqlServer.Replication.PullSubscription.SubscriptionID%2A> プロパティを取得できるのは、サブスクライバー側の固定サーバー ロール sysadmin
のメンバー、またはサブスクリプション データベースの固定データベース ロール db_owner
のメンバーだけです。
プロパティの <xref:Microsoft.SqlServer.Replication.PullSubscription.SubscriptionID%2A> 取得は、 sp_helppullsubscription (Transact-SQL) または sp_helpmergepullsubscription (Transact-SQL)の実行と同じです。