Свойство Certificates

Gets a collection of all certificates in the database.

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

Синтаксис

'Декларация
ReadOnly Property Certificates As IMutableMetadataCollection(Of ICertificate)
    Get
'Применение
Dim instance As IMutableDatabase
Dim value As IMutableMetadataCollection(Of ICertificate)

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

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

Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'ICertificate> ) > ) >
The IMutableMetadataCollection<(Of <(<'T>)>)> of ICertificate that contains all certificates in the database.