NamedDomainKey<T> Class
Represents the domain key with a string name for a general SFC domain root instance.
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Microsoft.SqlServer.Management.Sdk.Sfc::SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc::DomainRootKey
Microsoft.SqlServer.Management.Sdk.Sfc::NamedDomainKey<T>
| Name | Description | |
|---|---|---|
![]() | NamedDomainKey<T>() | Initializes a new instance of the NamedDomainKey<T> class with default values. |
![]() | NamedDomainKey<T>(ISfcDomain^) | Initializes a new instance of the NamedDomainKey<T> class with specified domain instance name. |
![]() | NamedDomainKey<T>(ISfcDomain^, IDictionary<String^, Object^>^) | Initializes a new instance of the NamedDomainKey<T> class with specified domain instance name and fields dictionary. |
![]() | NamedDomainKey<T>(ISfcDomain^, String^) | Initializes a new instance of the NamedDomainKey<T> class with specified domain instance name and given name. |
| Name | Description | |
|---|---|---|
![]() | Domain | Do not reference this member directly in your code. It supports the SQL Server infrastructure.(Inherited from DomainRootKey.) |
![]() | InstanceType | Gets the instance type which the current key represents.(Overrides SfcKey::InstanceType.) |
![]() | Name | Gets the name key value. |
![]() | UrnName | Gets the Urn level name corresponding to the instance type which the specified key represents. |
| Name | Description | |
|---|---|---|
![]() | Equals(NamedDomainKey<T>^) | Compare a schema name key to this key for value equality. |
![]() | Equals(Object^) | Compare a schema name key to this key for value equality.(Overrides SfcKey::Equals(Object^).) |
![]() ![]() | Equals(Object^, Object^) | Returns whether the two key values are equal. |
![]() | Equals(SfcKey^) | Compare a schema name key to this key for value equality.(Overrides SfcKey::Equals(SfcKey^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Generate a hash code for the key.(Overrides SfcKey::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUrnFragment() | Obtains a URN level fragment 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(NamedDomainKey<T>^, NamedDomainKey<T>^) | Returns whether the two keys are equal. |
![]() ![]() | Inequality(NamedDomainKey<T>^, NamedDomainKey<T>^) | Returns 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.





