ValidationOperation.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 ValidationOperation class.
public: ref class ValidationOperation::Key sealed : Microsoft::SqlServer::Management::IntegrationServices::IdKey
public sealed class ValidationOperation.Key : Microsoft.SqlServer.Management.IntegrationServices.IdKey
type ValidationOperation.Key = class
inherit IdKey
Public NotInheritable Class ValidationOperation.Key
Inherits IdKey
- Inheritance
Constructors
ValidationOperation.Key(Int64) |
Initializes a new instance of the ValidationOperation.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() |
Retrieves 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) |