語言

ReplicationTable.OwnerName 屬性

定義

取得或設定桌主的名字。

public:
 property System::String ^ OwnerName { System::String ^ get(); void set(System::String ^ value); };
public string OwnerName { get; set; }
member this.OwnerName : string with get, set
Public Property OwnerName As String

屬性值

桌主的名字。

實作

備註

預設擁有者是資料庫擁有者(dbo)。

OwnerName物件屬性載入後無法設定該屬性。

OwnerName該屬性可由系統管理員固定伺服器角色的成員在Publisher取得,或由db_owner固定資料庫角色的成員在發佈資料庫中取得。

適用於