Operation.Key 类
Represents a key class for identification.
继承层次结构
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.IdKey
Microsoft.SqlServer.Management.IntegrationServices.Operation.Key
命名空间: Microsoft.SqlServer.Management.IntegrationServices
程序集: Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
语法
声明
Public NotInheritable Class Key _
Inherits IdKey
用法
Dim instance As Operation.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
Operation.Key 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
Operation.Key | Initializes a new instance of the Operation.Key class with the specified Id. |
页首
属性
名称 | 说明 | |
---|---|---|
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 | Retrieves the conversions of the URN. (覆盖 SfcKey.GetUrnFragment()。) | |
ToString | (从 SfcKey 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。