Свойство DistributionSubscription.Name
Gets the name of the subscription.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Name As String
Get
'Применение
Dim instance As DistributionSubscription
Dim value As String
value = instance.Name
public string Name { get; }
public:
property String^ Name {
String^ get ();
}
member Name : string
function get Name () : String
Значение свойства
Тип: System.String
The name of the subscription.
Замечания
The Name property can only be retrieved by members of the db_owner fixed database role on the distribution database.