言語

Publication.PubId プロパティ

定義

出版物を一意に識別する価値を取得します。

public:
 property int PubId { int get(); };
public int PubId { get; }
member this.PubId : int
Public ReadOnly Property PubId As Integer

プロパティ値

出版物を一意に識別する価値。

注釈

<xref:Microsoft.SqlServer.Replication.Publication.PubID%2A>プロパティは、Publisherのsysadmin固定サーバーロールのメンバー、出版データベースのdb_owner固定データベース役割のメンバー、または出版アクセスリスト(PAL)のユーザーのみが取得できます。

<xref:Microsoft.SqlServer.Replication.Publication.PubID%2A>プロパティの取得は、sp_helppublication(Transact-SQL)またはsp_helpmergepublication(Transact-SQL)を実行するのと同等です。

適用対象