다음을 통해 공유


SymmetricKeyCollection 클래스

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public NotInheritable Class SymmetricKeyCollection _
    Inherits SimpleObjectCollectionBase
‘사용 방법
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

주의

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.

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.