Свойство Credentials

Gets the collection of server credentials.

Пространство имен:  Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка:  Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)

Синтаксис

'Декларация
ReadOnly Property Credentials As IMetadataCollection(Of ICredential)
    Get
'Применение
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>

Значение свойства

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