IMutableServer.Logins Property
Gets the collection of server logins.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Syntax
'Declaration
ReadOnly Property Logins As IMutableMetadataCollection(Of ILogin)
Get
'Usage
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>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<ILogin>
The IMetadataCollection<T> of ILogin that contains the server logins.