NameKey Class

Identifies NameKey object which has name property as the key.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.NameKey
      Microsoft.SqlServer.Management.IntegrationServices.Catalog.Key
      Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder.Key
      Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo.Key
      Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable.Key
      Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.Key
      Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.Key
      Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo.Key

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

Syntax

'Declaration
Public MustInherit Class NameKey _
    Inherits SfcKey
'Usage
Dim instance As NameKey
public abstract class NameKey : SfcKey
public ref class NameKey abstract : public SfcKey
[<AbstractClassAttribute>]
type NameKey =  
    class 
        inherit SfcKey 
    end
public abstract class NameKey extends SfcKey

The NameKey type exposes the following members.

Constructors

  Name Description
Public method NameKey Initializes a new instance of the NameKey class with the specified key name.

Top

Properties

  Name Description
Public property InstanceType (Inherited from SfcKey.)
Public property Name Gets the key name.

Top

Methods

  Name Description
Public method Equals(SfcKey) Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. (Overrides SfcKey.Equals(SfcKey).)
Public method Equals(Object) Determines whether the object represented by the NameKey is equal to the specified Object. (Overrides SfcKey.Equals(Object).)
Public methodStatic member Equals(Object, Object) Determines whether the two specified objects are equal.
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Returns hash code for this NameKey. (Overrides SfcKey.GetHashCode().)
Public method GetType (Inherited from Object.)
Public method GetUrnFragment (Inherited from SfcKey.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from SfcKey.)

Top

Operators

  Name Description
Public operatorStatic member Equality(Object, NameKey) Determines whether the specified Object is the same as the object represented by the specified NameKey.
Public operatorStatic member Equality(NameKey, NameKey) Determines whether the objects represented by the two specified NameKey values are the same.
Public operatorStatic member Equality(NameKey, Object) Determines whether the object represented by the specified NameKey is the same as the specified Object.
Public operatorStatic member Inequality(Object, NameKey) Determines whether the specified Object is different than the object represented by the specified NameKey.
Public operatorStatic member Inequality(NameKey, NameKey) Determines whether the objects represented by the two specified NameKey values are different.
Public operatorStatic member Inequality(NameKey, Object) Determines whether the object represented by the specified NameKey is different than the specified Object.

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