Свойство DistributionArticle.SourceObjectName
Gets or sets the database object that provides the article data.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public Property SourceObjectName As String
Get
Set
'Применение
Dim instance As DistributionArticle
Dim value As String
value = instance.SourceObjectName
instance.SourceObjectName = value
public string SourceObjectName { get; set; }
public:
property String^ SourceObjectName {
String^ get ();
void set (String^ value);
}
member SourceObjectName : string with get, set
function get SourceObjectName () : String
function set SourceObjectName (value : String)
Значение свойства
Тип: System.String
A String value.
Замечания
The SourceObjectName property cannot be changed for an existing publication.
The SourceObjectName property can only be retrieved by members of the db_owner fixed database role on the distribution database.
The SourceObjectName property can only be set by members of the db_owner fixed database role on the distribution database.