Свойство 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 IMetadataCollection(Of ICertificate)
Get
'Применение
Dim instance As IDatabase
Dim value As IMetadataCollection(Of ICertificate)
value = instance.Certificates
IMetadataCollection<ICertificate> Certificates { get; }
property IMetadataCollection<ICertificate^>^ Certificates {
IMetadataCollection<ICertificate^>^ get ();
}
abstract Certificates : IMetadataCollection<ICertificate>
function get Certificates () : IMetadataCollection<ICertificate>
Значение свойства
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMetadataCollection< (Of < ( <'ICertificate> ) > ) >
The IMetadataCollection<(Of <(<'T>)>)> of ICertificate that contains all certificates in the database.
См. также