SchemaNamedKey<T> 類別
Represents the composite string schema and name key for an instance class.
繼承階層
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Microsoft.SqlServer.Management.Sdk.Sfc.SchemaNamedKey<T>
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Class SchemaNamedKey(Of T As SfcInstance) _
Inherits SfcKey _
Implements IEquatable(Of SchemaNamedKey(Of T))
'用途
Dim instance As SchemaNamedKey(Of T)
public class SchemaNamedKey<T> : SfcKey,
IEquatable<SchemaNamedKey<T>>
where T : SfcInstance
generic<typename T>
where T : SfcInstance
public ref class SchemaNamedKey : public SfcKey,
IEquatable<SchemaNamedKey<T>^>
type SchemaNamedKey<'T when 'T : SfcInstance> =
class
inherit SfcKey
interface IEquatable<SchemaNamedKey<'T>>
end
JScript 不支援一般類型和方法。
型別參數
- T
The SfcInstance class.
SchemaNamedKey<T> 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
![]() |
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>(String) | Initializes a new instance of the SchemaNamedKey<T> class from a name string and default schema. |
![]() |
SchemaNamedKey<T>(SchemaNamedKey<T>) | Initializes a new instance of the SchemaNamedKey<T> class from another schema name key. |
![]() |
SchemaNamedKey<T>(String, String) | Initializes a new instance of the SchemaNamedKey<T> class from a name string and a schema string. |
上層
屬性
名稱 | 說明 | |
---|---|---|
![]() |
InstanceType | Gets the instance type which this key represents. (覆寫 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. |
上層
方法
名稱 | 說明 | |
---|---|---|
![]() |
Equals(Object) | Compares the schema name key to this key for value equality. (覆寫 SfcKey.Equals(Object)。) |
![]() |
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. (覆寫 SfcKey.Equals(SfcKey)。) |
![]() ![]() |
Equals(Object, Object) | Compares two keys for value equality. |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetHashCode | Generates a hash code for the key. (覆寫 SfcKey.GetHashCode()。) |
![]() |
GetType | (繼承自 Object。) |
![]() |
GetUrnFragment | Returns the Urn level fragment. (覆寫 SfcKey.GetUrnFragment()。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
ToString | Returns the string value for the key. (覆寫 SfcKey.ToString()。) |
上層
運算子
名稱 | 說明 | |
---|---|---|
![]() ![]() |
Equality | Compares two keys for value equality. |
![]() ![]() |
Inequality | Compares two keys for value inequality. |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。