NamedKey<T> Class
Represents the single string name key for an instance class.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc::NamedKey<T>
| Name | Description | |
|---|---|---|
![]() | NamedKey<T>() | Initializes a new instance of the NamedKey<T> class. |
![]() | NamedKey<T>(IDictionary<String^, Object^>^) | Initializes a new instance of the NamedKey<T> class from a field dictionary. |
![]() | NamedKey<T>(NamedKey<T>^) | Initializes a new instance of the NamedKey<T> class from another name key. |
![]() | NamedKey<T>(String^) | Initializes a new instance of the NamedKey<T> class from a string. |
| Name | Description | |
|---|---|---|
![]() | InstanceType | Gets the instance type which the key represents.(Overrides SfcKey::InstanceType.) |
![]() | Name | Gets the name key value. |
![]() | UrnName | Gets the Urn level name corresponding to the instance type which the key represents. |
| Name | Description | |
|---|---|---|
![]() | Equals(NamedKey<T>^) | Compares a name key to the specified key for value of equality. |
![]() | Equals(Object^) | Compares a name key to the specified key for value of equality.(Overrides SfcKey::Equals(Object^).) |
![]() ![]() | Equals(Object^, Object^) | Compares the two keys for value of equality. |
![]() | Equals(SfcKey^) | Compares a name key to the key for value of equality.(Overrides SfcKey::Equals(SfcKey^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Returns a hash code for the key.(Overrides SfcKey::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUrnFragment() | Returns the Urn level fragment which obtains its name from the key name property by default.(Overrides SfcKey::GetUrnFragment().) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns the string value for the key.(Overrides SfcKey::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(NamedKey<T>^, NamedKey<T>^) | Indicates whether the two keys are equal. |
![]() ![]() | Inequality(NamedKey<T>^, NamedKey<T>^) | Indicates whether the two keys are not equal. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





