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.