Share via


CollectorConfigStore.Key Class

The CollectorConfigStore.Key class inherits from DomainRootKey and is used for identification key operations.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Syntax

'Declaration
Public Class Key _
    Inherits DomainRootKey
'Usage
Dim instance As CollectorConfigStore.Key
public class Key : DomainRootKey
public ref class Key : public DomainRootKey
type Key =  
    class
        inherit DomainRootKey
    end
public class Key extends DomainRootKey

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Inheritance Hierarchy

System.Object
  SfcKey
    DomainRootKey
      Microsoft.SqlServer.Management.Collector.CollectorConfigStore.Key

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.