DatabaseEncryptionKeyExtender.CertificateNames プロパティ

証明書名のコレクションを取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<ExtendedPropertyAttribute> _
Public ReadOnly Property CertificateNames As StringCollection 
    Get
'使用
Dim instance As DatabaseEncryptionKeyExtender 
Dim value As StringCollection 

value = instance.CertificateNames
[ExtendedPropertyAttribute]
public StringCollection CertificateNames { get; }
[ExtendedPropertyAttribute]
public:
property StringCollection^ CertificateNames {
    StringCollection^ get ();
}
[<ExtendedPropertyAttribute>]
member CertificateNames : StringCollection
function get CertificateNames () : StringCollection

プロパティ値

型: System.Collections.Specialized.StringCollection
証明書名のコレクションです。

関連項目

参照

DatabaseEncryptionKeyExtender クラス

Microsoft.SqlServer.Management.Smo 名前空間