ValidationOperation.Key Class
Represents the key used to access the ValidationOperation class.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.IntegrationServices.IdKey
Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation.Key
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class Key _
Inherits IdKey
'Usage
Dim instance As ValidationOperation.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
The ValidationOperation.Key type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ValidationOperation.Key | Initializes a new instance of the ValidationOperation.Key class with the specified identifier. |
Top
Properties
Name | Description | |
---|---|---|
Id | Gets the identifier of the key. (Inherited from IdKey.) | |
InstanceType | (Inherited from SfcKey.) |
Top
Methods
Name | Description | |
---|---|---|
Equals(SfcKey) | Indicates whether the current key is the same as the specified key. (Inherited from IdKey.) | |
Equals(Object) | Indicates whether the specified object is equal to the current IdKey object. (Inherited from IdKey.) | |
GetHashCode | Retrieves the hash code. (Inherited from IdKey.) | |
GetType | (Inherited from Object.) | |
GetUrnFragment | Retrieves the UrnFragment for the SfcInstance type. (Overrides SfcKey.GetUrnFragment().) | |
ToString | (Inherited from SfcKey.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace