NameKey Class
Identifies NameKey object which has name property as the key.
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
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::CustomizedLoggingLevel::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
| Name | Description | |
|---|---|---|
![]() | NameKey(String^) | Initializes a new instance of the NameKey class with the specified key name. |
| Name | Description | |
|---|---|---|
![]() | InstanceType | (Inherited from SfcKey.) |
![]() | Name | Gets the key name. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the object represented by the NameKey is equal to the specified Object.(Overrides SfcKey::Equals(Object^).) |
![]() ![]() | Equals(Object^, Object^) | Determines whether the two specified objects are equal. |
![]() | 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^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns hash code for this NameKey.(Overrides SfcKey::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUrnFragment() | (Inherited from SfcKey.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from SfcKey.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(NameKey^, NameKey^) | Determines whether the objects represented by the two specified NameKey values are the same. |
![]() ![]() | Equality(NameKey^, Object^) | Determines whether the object represented by the specified NameKey is the same as the specified Object. |
![]() ![]() | Equality(Object^, NameKey^) | Determines whether the specified Object is the same as the object represented by the specified NameKey. |
![]() ![]() | Inequality(NameKey^, NameKey^) | Determines whether the objects represented by the two specified NameKey values are different. |
![]() ![]() | Inequality(NameKey^, Object^) | Determines whether the object represented by the specified NameKey is different than the specified Object. |
![]() ![]() | Inequality(Object^, NameKey^) | Determines whether the specified Object is different than the object represented by the specified NameKey. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




