This topic has not yet been rated - Rate this topic

IntegrationServices.Key Class

SQL Server 2012

Represents the domain root key for the Integration Services.

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)
public sealed class Key : DomainRootKey

The IntegrationServices.Key type exposes the following members.

  NameDescription
Public methodIntegrationServices.KeyInitializes a new instance of the IntegrationServices.Key class.
Top
  NameDescription
Public propertyDomain (Inherited from DomainRootKey.)
Public propertyInstanceType (Inherited from SfcKey.)
Top
  NameDescription
Public methodEquals(SfcKey)Indicates whether the current key is the same as the specified key. (Overrides SfcKey.Equals(SfcKey).)
Public methodEquals(Object)Indicates whether the specified object is equal to the current IntegrationServices.Key object. (Overrides SfcKey.Equals(Object).)
Public methodStatic memberEquals(Object, Object)Indicates whether the specified objects are considered equal.
Public methodGetHashCodeRetrieves the hash code. (Overrides SfcKey.GetHashCode().)
Public methodGetType (Inherited from Object.)
Public methodGetUrnFragmentRetrieves the UrnFragment. (Overrides SfcKey.GetUrnFragment().)
Public methodToString (Inherited from SfcKey.)
Top
  NameDescription
Public operatorStatic memberEquality(Object, IntegrationServices.Key)Indicates whether the specified object and the right-hand side of the key are equal.
Public operatorStatic memberEquality(IntegrationServices.Key, IntegrationServices.Key)Indicates whether the key objects have the same value using the specified operands.
Public operatorStatic memberEquality(IntegrationServices.Key, Object)Indicates whether the specified object and the left-hand side of the key are equal.
Public operatorStatic memberInequality(Object, IntegrationServices.Key)Indicates whether the specified object and the right-hand side of the key are unequal.
Public operatorStatic memberInequality(IntegrationServices.Key, IntegrationServices.Key)Indicates whether the two specified key objects have different values using the specified operands.
Public operatorStatic memberInequality(IntegrationServices.Key, Object)Indicates whether the specified object and the left-hand side of the key are unequal.
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.