SymmetricKey.EnumKeyEncryptions 메서드

Enumerates a list of key encryptions associated with the symmetric key.

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

구문

‘선언
Public Function EnumKeyEncryptions As DataTable
‘사용 방법
Dim instance As SymmetricKey 
Dim returnValue As DataTable 

returnValue = instance.EnumKeyEncryptions()
public DataTable EnumKeyEncryptions()
public:
DataTable^ EnumKeyEncryptions()
member EnumKeyEncryptions : unit -> DataTable
public function EnumKeyEncryptions() : DataTable

반환 값

유형: System.Data.DataTable
An DataTable system object value that contains a list of key encryptions associated with the symmetric key.

암호화 사용

참고 항목

참조

SymmetricKey 클래스

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

관련 자료

암호화 계층

CREATE SYMMETRIC KEY(Transact-SQL)