Partager via


Propriété PublicationAccess.LoginName

Gets the user or group that has a login to the Publisher and is granted access to a publication.

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

Syntaxe

'Déclaration
Public ReadOnly Property LoginName As String 
    Get
'Utilisation
Dim instance As PublicationAccess 
Dim value As String 

value = instance.LoginName
public string LoginName { get; }
public:
property String^ LoginName {
    String^ get ();
}
member LoginName : string
function get LoginName () : String

Valeur de propriété

Type : System.String
A String value.

Notes

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Voir aussi

Référence

PublicationAccess Classe

Espace de noms Microsoft.SqlServer.Replication