Share via


IntegrationServices.Key Class

Represents the domain root key for the Integration Services.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.Sdk.Sfc.DomainRootKey
      Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntax

'Declaration
Public NotInheritable Class Key _
    Inherits DomainRootKey
'Usage
Dim instance As IntegrationServices.Key
public sealed class Key : DomainRootKey
public ref class Key sealed : public DomainRootKey
[<SealedAttribute>]
type Key =  
    class 
        inherit DomainRootKey 
    end
public final class Key extends DomainRootKey

The IntegrationServices.Key type exposes the following members.

Constructors

  Name Description
Public method IntegrationServices.Key Initializes a new instance of the IntegrationServices.Key class.

Top

Properties

  Name Description
Public property Domain (Inherited from DomainRootKey.)
Public property InstanceType (Inherited from SfcKey.)

Top

Methods

  Name Description
Public method Equals(SfcKey) Indicates whether the current key is the same as the specified key. (Overrides SfcKey.Equals(SfcKey).)
Public method Equals(Object) Indicates whether the specified object is equal to the current IntegrationServices.Key object. (Overrides SfcKey.Equals(Object).)
Public methodStatic member Equals(Object, Object) Indicates whether the specified objects are considered equal.
Public method GetHashCode Retrieves the hash code. (Overrides SfcKey.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method GetUrnFragment Retrieves the UrnFragment. (Overrides SfcKey.GetUrnFragment().)
Public method ToString (Inherited from SfcKey.)

Top

Operators

  Name Description
Public operatorStatic member Equality(Object, IntegrationServices.Key) Indicates whether the specified object and the right-hand side of the key are equal.
Public operatorStatic member Equality(IntegrationServices.Key, IntegrationServices.Key) Indicates whether the key objects have the same value using the specified operands.
Public operatorStatic member Equality(IntegrationServices.Key, Object) Indicates whether the specified object and the left-hand side of the key are equal.
Public operatorStatic member Inequality(Object, IntegrationServices.Key) Indicates whether the specified object and the right-hand side of the key are unequal.
Public operatorStatic member Inequality(IntegrationServices.Key, IntegrationServices.Key) Indicates whether the two specified key objects have different values using the specified operands.
Public operatorStatic member Inequality(IntegrationServices.Key, Object) Indicates whether the specified object and the left-hand side of the key are unequal.

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