IntegrationServices.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 domain root key for the Integration Services.
public: ref class IntegrationServices::Key sealed : Microsoft::SqlServer::Management::Sdk::Sfc::DomainRootKey
public sealed class IntegrationServices.Key : Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
type IntegrationServices.Key = class
inherit DomainRootKey
Public NotInheritable Class IntegrationServices.Key
Inherits DomainRootKey
- Inheritance
Constructors
IntegrationServices.Key() |
Initializes a new instance of the IntegrationServices.Key class. |
Properties
Domain |
Do not reference this member directly in your code. It supports the SQL Server infrastructure. (Inherited from DomainRootKey) |
InstanceType |
Gets the type of the instance class associated with this key class. (Inherited from SfcKey) |
Methods
Equals(Object, Object) |
Indicates whether the specified objects are considered equal. |
Equals(Object) |
Indicates whether the specified object is equal to the current IntegrationServices.Key object. |
Equals(SfcKey) |
Indicates whether the current key is the same as the specified key. |
GetHashCode() |
Retrieves the hash code. |
GetUrnFragment() |
Retrieves the UrnFragment. |
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) |
Operators
Equality(IntegrationServices+Key, IntegrationServices+Key) |
Indicates whether the key objects have the same value using the specified operands. |
Equality(IntegrationServices+Key, Object) |
Indicates whether the specified object and the left-hand side of the key are equal. |
Equality(Object, IntegrationServices+Key) |
Indicates whether the specified object and the right-hand side of the key are equal. |
Inequality(IntegrationServices+Key, IntegrationServices+Key) |
Indicates whether the two specified key objects have different values using the specified operands. |
Inequality(IntegrationServices+Key, Object) |
Indicates whether the specified object and the left-hand side of the key are unequal. |
Inequality(Object, IntegrationServices+Key) |
Indicates whether the specified object and the right-hand side of the key are unequal. |