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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)
.gif)
.gif)
.gif)
.gif)