共用方式為


CollectorConfigStore.Key 類別

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

繼承階層

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

命名空間:  Microsoft.SqlServer.Management.Collector
組件:  Microsoft.SqlServer.Management.Collector (在 Microsoft.SqlServer.Management.Collector.dll 中)

語法

'宣告
Public Class Key _
    Inherits DomainRootKey
'用途
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

CollectorConfigStore.Key 型別公開下列成員。

建構函式

  名稱 說明
公用方法 CollectorConfigStore.Key Instantiates an instance of the CollectorConfigStore.Key class.

上層

屬性

  名稱 說明
公用屬性 Domain 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (繼承自 DomainRootKey。)
公用屬性 InstanceType Gets the type of the instance class associated with this key class. (繼承自 SfcKey。)
公用屬性 Name Gets or sets the key name.

上層

方法

  名稱 說明
公用方法 Equals(Object) Performs a boolean operation to determine if the object passed as a parameter is a key. (覆寫 SfcKey.Equals(Object)。)
公用方法 Equals(SfcKey) Instantiates an instance of the [T:][Microsoft.SqlServer.Management.Collector.CollectorConfigStore.Key.Equals] class that is used for boolean operations. (覆寫 SfcKey.Equals(SfcKey)。)
公用方法 Equals(Object, Object) Does a boolean comparison of two objects passed as parameters.
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode Gets the hash code for a key. (覆寫 SfcKey.GetHashCode()。)
公用方法 GetType (繼承自 Object。)
公用方法 GetUrnFragment Gets a urn fragment. (覆寫 SfcKey.GetUrnFragment()。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Returns a String value that is a sortable representation of the object that can be used in external comparers. (繼承自 SfcKey。)

上層

運算子

  名稱 說明
公用運算子靜態成員 Equality(Object, CollectorConfigStore.Key) Does a boolean equality comparision between the object sent as a parameter and the right hand side of the key.
公用運算子靜態成員 Equality(CollectorConfigStore.Key, CollectorConfigStore.Key) Does a boolean equality comparision between the left hand side of the key and the right hand side of the key.
公用運算子靜態成員 Equality(CollectorConfigStore.Key, Object) Does a boolean equality comparision between the object sent as a parameter and the left hand side of the key.
公用運算子靜態成員 Inequality(Object, CollectorConfigStore.Key) Does a boolean inequality comparision between the object sent as a parameter and the right hand side of the key.
公用運算子靜態成員 Inequality(CollectorConfigStore.Key, CollectorConfigStore.Key) Does a boolean inequality comparision between the left hand side of the key and the right hand side of the key.
公用運算子靜態成員 Inequality(CollectorConfigStore.Key, Object) Does a boolean inequality comparision between the object sent as a parameter and the left hand side of the key.

上層

欄位

  名稱 說明
公用欄位 name Configures the name property for the key.

上層

備註

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

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Management.Collector 命名空間