共用方式為


DatabaseEncryptionKeyExtender.CertificateNames 屬性

Gets a collection of certificate names.

命名空間:  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
A collection of certificate names.

請參閱

參考

DatabaseEncryptionKeyExtender 類別

Microsoft.SqlServer.Management.Smo 命名空間