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.
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間