DatabaseEncryptionKeyExtender.AsymmetricKeyNames 속성

Gets a collection of asymmetric key names.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<ExtendedPropertyAttribute> _
Public ReadOnly Property AsymmetricKeyNames As StringCollection 
    Get
‘사용 방법
Dim instance As DatabaseEncryptionKeyExtender 
Dim value As StringCollection 

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

속성 값

유형: System.Collections.Specialized.StringCollection
A collection of asymmetric key names.

참고 항목

참조

DatabaseEncryptionKeyExtender 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스