IServer.Logins 속성

Gets the collection of server logins.

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

구문

‘선언
ReadOnly Property Logins As IMetadataCollection(Of ILogin)
    Get
‘사용 방법
Dim instance As IServer 
Dim value As IMetadataCollection(Of ILogin)

value = instance.Logins
IMetadataCollection<ILogin> Logins { get; }
property IMetadataCollection<ILogin^>^ Logins {
    IMetadataCollection<ILogin^>^ get ();
}
abstract Logins : IMetadataCollection<ILogin>
function get Logins () : IMetadataCollection<ILogin>

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<ILogin>
The IMetadataCollection<T> of ILogin that contains the server logins.

참고 항목

참조

IServer 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스