Метод 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.
См. также