다음을 통해 공유


LoginName 속성

Gets the name of the login that is mapped to the user in the database.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property LoginName As String
    Get
‘사용 방법
Dim instance As DatabaseMapping
Dim value As String

value = instance.LoginName
[SfcPropertyAttribute]
public string LoginName { get; }
[SfcPropertyAttribute]
public:
property String^ LoginName {
    String^ get ();
}
[<SfcPropertyAttribute>]
member LoginName : string
function get LoginName () : String

속성 값

유형: System. . :: . .String
A String value that specifies the login.