次の方法で共有


Certificates プロパティ

データベース内のすべての証明書のコレクションを取得します。

名前空間:  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> ) > ) >
データベース内のすべての証明書を含む ICertificateIMetadataCollection<(Of <(<'T>)>)> です。