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 命名空间