ExecutionOperation.Key Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the key used to access the ExecutionOperation class.
public: ref class ExecutionOperation::Key sealed : Microsoft::SqlServer::Management::IntegrationServices::IdKey
public sealed class ExecutionOperation.Key : Microsoft.SqlServer.Management.IntegrationServices.IdKey
type ExecutionOperation.Key = class
inherit IdKey
Public NotInheritable Class ExecutionOperation.Key
Inherits IdKey
- Inheritance
Constructors
ExecutionOperation.Key(Int64) |
Initializes a new instance of the ExecutionOperation.Key class with the specified identifier. |
Fields
keyId |
Specifies the key identifier. (Inherited from IdKey) |
Properties
Id |
Gets the identifier of the key. (Inherited from IdKey) |
InstanceType |
Gets the type of the instance class associated with this key class. (Inherited from SfcKey) |
Methods
Equals(Object) |
Indicates whether the specified object is equal to the current IdKey object. (Inherited from IdKey) |
Equals(SfcKey) |
Indicates whether the current key is the same as the specified key. (Inherited from IdKey) |
GetHashCode() |
Retrieves the hash code. (Inherited from IdKey) |
GetUrnFragment() |
Gets the UrnFragment for the SfcInstance type. |
ToString() |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Inherited from SfcKey) |