IntegrationServices.Key Class

Definition

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
IntegrationServices.Key

Constructors

Name Description
IntegrationServices.Key()

Initializes a new instance of the IntegrationServices.Key class.

Properties

Name Description
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

Name Description
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

Name Description
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.

Applies to