共用方式為


IdKey 類別

Represents a class that is used to identify the object which has “Id” property as the key.

繼承階層

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.IdKey
      Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation.Key
      Microsoft.SqlServer.Management.IntegrationServices.Operation.Key
      Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key
      Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion.Key
      Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation.Key

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

語法

'宣告
Public MustInherit Class IdKey _
    Inherits SfcKey
'用途
Dim instance As IdKey
public abstract class IdKey : SfcKey
public ref class IdKey abstract : public SfcKey
[<AbstractClassAttribute>]
type IdKey =  
    class 
        inherit SfcKey 
    end
public abstract class IdKey extends SfcKey

IdKey 型別公開下列成員。

建構函式

  名稱 說明
公用方法 IdKey() Initializes a new instance of the IdKey class.
公用方法 IdKey(Int64) Initializes a new instance of the IdKey class with the specified identifier.
公用方法 IdKey(IdKey) Initializes a new instance of the IdKey class with the specified other identifier key.

上層

屬性

  名稱 說明
公用屬性 Id Gets the identifier of the key.
公用屬性 InstanceType (繼承自 SfcKey。)

上層

方法

  名稱 說明
公用方法 Equals(SfcKey) Indicates whether the current key is the same as the specified key. (覆寫 SfcKey.Equals(SfcKey)。)
公用方法 Equals(Object) Indicates whether the specified object is equal to the current IdKey object. (覆寫 SfcKey.Equals(Object)。)
公用方法靜態成員 Equals(Object, Object) Indicates whether the specified objects are considered equal.
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode Retrieves the hash code. (覆寫 SfcKey.GetHashCode()。)
公用方法 GetType (繼承自 Object。)
公用方法 GetUrnFragment (繼承自 SfcKey。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 SfcKey。)

上層

運算子

  名稱 說明
公用運算子靜態成員 Equality(Object, IdKey) Indicates whether the specified object and the right-hand side of the key are equal.
公用運算子靜態成員 Equality(IdKey, IdKey) Indicates whether the key objects have the same value using the specified operands.
公用運算子靜態成員 Equality(IdKey, Object) Indicates whether the specified object and the left-hand side of the key are equal.
公用運算子靜態成員 Inequality(Object, IdKey) Indicates whether the specified object and the right-hand side of the key are unequal.
公用運算子靜態成員 Inequality(IdKey, IdKey) Indicates whether the two specified key objects have different values using the specified operands.
公用運算子靜態成員 Inequality(IdKey, Object) Indicates whether the specified object and the left-hand side of the key are unequal.

上層

欄位

  名稱 說明
受保護的欄位 keyId Specifies the key identifier.

上層

執行緒安全性

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

請參閱

參考

Microsoft.SqlServer.Management.IntegrationServices 命名空間