Partager via


Propriété Credentials

Gets the collection of server credentials.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property Credentials As IMetadataCollection(Of ICredential)
    Get
'Utilisation
Dim instance As IServer
Dim value As IMetadataCollection(Of ICredential)

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'ICredential> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of ICredential that contains the server credentials.