ReplicationTable.OwnerName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定桌主的名字。
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固定資料庫角色的成員在發佈資料庫中取得。