ExecutionOperation.Key 类

Represents the key used to access the ExecutionOperation class.

继承层次结构

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.IdKey
      Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation.Key

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Public NotInheritable Class Key _
    Inherits IdKey
用法
Dim instance As ExecutionOperation.Key
public sealed class Key : IdKey
public ref class Key sealed : public IdKey
[<SealedAttribute>]
type Key =  
    class 
        inherit IdKey 
    end
public final class Key extends IdKey

ExecutionOperation.Key 类型公开以下成员。

构造函数

  名称 说明
公共方法 ExecutionOperation.Key Initializes a new instance of the ExecutionOperation.Key class with the specified identifier.

页首

属性

  名称 说明
公共属性 Id Gets the identifier of the key. (从 IdKey 继承。)
公共属性 InstanceType (从 SfcKey 继承。)

页首

方法

  名称 说明
公共方法 Equals(SfcKey) Indicates whether the current key is the same as the specified key. (从 IdKey 继承。)
公共方法 Equals(Object) Indicates whether the specified object is equal to the current IdKey object. (从 IdKey 继承。)
公共方法 GetHashCode Retrieves the hash code. (从 IdKey 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 GetUrnFragment Gets the UrnFragment for the SfcInstance type. (覆盖 SfcKey.GetUrnFragment()。)
公共方法 ToString (从 SfcKey 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.IntegrationServices 命名空间