EnumKeyEncryptions Método
Enumerates a list of key encryptions associated with the symmetric key.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Function EnumKeyEncryptions As DataTable
'Uso
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
Valor devuelto
Tipo: System.Data. . :: . .DataTable
An DataTable system object value that contains a list of key encryptions associated with the symmetric key.
Vea también