Condividi tramite


Proprietà LoginName

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

Spazio dei nomi:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property LoginName As String
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .String
A String value.

Osservazioni

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