SchemaNamedKey<T> Class
Represents the composite string schema and 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::SchemaNamedKey<T>
| Name | Description | |
|---|---|---|
![]() | SchemaNamedKey<T>() | Initialize a new instance of theSchemaNamedKey<T> class. |
![]() | SchemaNamedKey<T>(IDictionary<String^, Object^>^) | Initializes a new instance of the SchemaNamedKey<T> class from a field dictionary. |
![]() | SchemaNamedKey<T>(SchemaNamedKey<T>^) | Initializes a new instance of the SchemaNamedKey<T> class from another schema name key. |
![]() | SchemaNamedKey<T>(String^) | Initializes a new instance of the SchemaNamedKey<T> class from a name string and default schema. |
![]() | SchemaNamedKey<T>(String^, String^) | Initializes a new instance of the SchemaNamedKey<T> class from a name string and a schema string. |
| Name | Description | |
|---|---|---|
![]() | InstanceType | Gets the instance type which this key represents.(Overrides SfcKey::InstanceType.) |
![]() | Name | Gets the name key value. |
![]() | Schema | Gets the schema key value. |
![]() | UrnName | Gets the Urn level name corresponding to the instance type which this key represents. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Compares the schema name key to this key for value equality.(Overrides SfcKey::Equals(Object^).) |
![]() ![]() | Equals(Object^, Object^) | Compares two keys for value equality. |
![]() | Equals(SchemaNamedKey<T>^) | Compares the schema name key to this key for value equality. |
![]() | Equals(SfcKey^) | Compares the schema name key to this key for value equality.(Overrides SfcKey::Equals(SfcKey^).) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Generates a hash code for the key.(Overrides SfcKey::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetUrnFragment() | Returns the Urn level fragment.(Overrides SfcKey::GetUrnFragment().) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | Returns the string value for the key.(Overrides SfcKey::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(SchemaNamedKey<T>^, SchemaNamedKey<T>^) | Compares two keys for value equality. |
![]() ![]() | Inequality(SchemaNamedKey<T>^, SchemaNamedKey<T>^) | Compares two keys for value inequality. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.





