共用方式為


CollectionItem.Key 成員

The CollectionItem..::..Key class inherits from SfcAbstractKey and is used for identification key operations.

CollectionItem. . :: . .Key 型別公開下列成員。

建構函式

  名稱 描述
公用方法 CollectionItem. . :: . .Key(String) Creates an instance of a key given the key name.
公用方法 CollectionItem. . :: . .Key(CollectionItem. . :: . .Key) Creates an instance of a [T:][Microsoft.SqlServer.Management.Collector.CollectionItem.Key] object.

頂端

方法

  名稱 描述
公用方法 Equals(SfcKey) Instantiates an instance of the [T:][Microsoft.SqlServer.Management.Collector.CollectionItem.Key.Equals] class that is used for boolean operations. (覆寫 SfcKeyEquals(SfcKey)。)
公用方法 Equals(Object) Performs a boolean operation to determine if the object passed as a parameter is a key (覆寫 SfcKeyEquals(Object)。)
公用方法 Equals(Object, Object) Does a boolean comparison of two objects passed as parameters.
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode Gets the hash code for a key. (覆寫 SfcKeyGetHashCode()()()()。)
公用方法 GetType (繼承自 Object。)
公用方法 GetUrnFragment Gets a urn fragment. (覆寫 SfcKeyGetUrnFragment()()()()。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString Gets a string representation of the key for the purpose of a default comparison. (覆寫 SfcKeyToString()()()()。)

頂端

運算子

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

頂端

欄位

  名稱 描述
公用欄位 name Declares the name variable.

頂端

屬性

  名稱 描述
公用屬性 Name Gets or sets the key name.

頂端