Свойство 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 IMutableMetadataCollection(Of ILogin)
Get
'Применение
Dim instance As IMutableServer
Dim value As IMutableMetadataCollection(Of ILogin)
value = instance.Logins
IMutableMetadataCollection<ILogin> Logins { get; }
property IMutableMetadataCollection<ILogin^>^ Logins {
IMutableMetadataCollection<ILogin^>^ get ();
}
abstract Logins : IMutableMetadataCollection<ILogin>
function get Logins () : IMutableMetadataCollection<ILogin>
Значение свойства
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'ILogin> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of ILogin that contains the server logins.