次の方法で共有


Certificates プロパティ

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

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