Свойство 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 IMutableMetadataCollection(Of ICredential)
    Get
'Применение
Dim instance As IMutableServer
Dim value As IMutableMetadataCollection(Of ICredential)

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

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

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