共用方式為


Publication.PubId 屬性

Gets the value that uniquely identifies the publication.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public ReadOnly Property PubId As Integer 
    Get
'用途
Dim instance As Publication 
Dim value As Integer 

value = instance.PubId
public int PubId { get; }
public:
property int PubId {
    int get ();
}
member PubId : int
function get PubId () : int

屬性值

型別:System.Int32
The value that uniquely identifies the publication.

備註

The PubID property can only be retrieved by members of the sysadmin fixed server role at the Publisher, by members of the db_owner fixed database role on the publication database, or by users in the publication access list (PAL).

Retrieving the PubID property is equivalent to executing sp_helppublication (Transact-SQL) or sp_helpmergepublication (Transact-SQL).

請參閱

參考

Publication 類別

Microsoft.SqlServer.Replication 命名空間