Partager via


Propriété DistributionSubscription.Name

Gets the name of the subscription.

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Name As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
The name of the subscription.

Notes

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

Voir aussi

Référence

DistributionSubscription Classe

Espace de noms Microsoft.SqlServer.Replication