EnumKeyEncryptions méthode
Enumerates a list of key encryptions associated with the symmetric key.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function EnumKeyEncryptions As DataTable
'Utilisation
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
Valeur de retour
Type : System.Data. . :: . .DataTable
An DataTable system object value that contains a list of key encryptions associated with the symmetric key.
Voir aussi