Поделиться через


Свойство DistributionArticle.SourceObjectOwner

Gets or sets the owner of the database object that provides the article data.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Property SourceObjectOwner As String 
    Get 
    Set
'Применение
Dim instance As DistributionArticle 
Dim value As String 

value = instance.SourceObjectOwner

instance.SourceObjectOwner = value
public string SourceObjectOwner { get; set; }
public:
property String^ SourceObjectOwner {
    String^ get ();
    void set (String^ value);
}
member SourceObjectOwner : string with get, set
function get SourceObjectOwner () : String 
function set SourceObjectOwner (value : String)

Значение свойства

Тип: System.String
A String value.

Замечания

The SourceObjectOwner property cannot be changed for an existing publication.

The SourceObjectOwner property can only be retrieved by members of the db_owner fixed database role on the distribution database.

The SourceObjectOwner property can only be set by members of the db_owner fixed database role on the distribution database.

См. также

Справочник

DistributionArticle Класс

Пространство имен Microsoft.SqlServer.Replication