Compartir a través de


SymmetricKeyCollection Clase

The SymmetricKeyCollection class represents a collection of SymmetricKey objects that represent all the symmetric keys on the referenced database.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public NotInheritable Class SymmetricKeyCollection _
    Inherits SimpleObjectCollectionBase
'Uso
Dim instance As SymmetricKeyCollection
public sealed class SymmetricKeyCollection : SimpleObjectCollectionBase
public ref class SymmetricKeyCollection sealed : public SimpleObjectCollectionBase
[<SealedAttribute>]
type SymmetricKeyCollection =  
    class
        inherit SimpleObjectCollectionBase
    end
public final class SymmetricKeyCollection extends SimpleObjectCollectionBase

Notas

An SymmetricKeyCollection object can be used to gain access to a set of symmetric keys. You can use the Item property to return a specific SymmetricKey object.

Ejemplos

Usar colecciones

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.