Propriedade do RDL Logins
Gets the collection of server logins.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property Logins As IMutableMetadataCollection(Of ILogin)
Get
'Uso
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>
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'ILogin> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of ILogin that contains the server logins.
Consulte também