Classe SymmetricKeyCollection
The SymmetricKeyCollection class represents a collection of SymmetricKey objects that represent all the symmetric keys on the referenced database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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
Comentários
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.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .AbstractCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SmoCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SortedListCollectionBase
Microsoft.SqlServer.Management.Smo. . :: . .SimpleObjectCollectionBase
Microsoft.SqlServer.Management.Smo..::..SymmetricKeyCollection
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também