다음을 통해 공유


IDatabase.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<ICertificate>
The IMetadataCollection<T> of ICertificate that contains all certificates in the database.

참고 항목

참조

IDatabase 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스