SchemaNamedKey<T> 建構函式 (IDictionary<String, Object>)
Initializes a new instance of the SchemaNamedKey<T> class from a field dictionary.
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public Sub New ( _
fields As IDictionary(Of String, Object) _
)
'用途
Dim fields As IDictionary(Of String, Object)
Dim instance As New SchemaNamedKey(fields)
public SchemaNamedKey(
IDictionary<string, Object> fields
)
public:
SchemaNamedKey(
IDictionary<String^, Object^>^ fields
)
new :
fields:IDictionary<string, Object> -> SchemaNamedKey
public function SchemaNamedKey(
fields : IDictionary<String, Object>
)
參數
- fields
型別:System.Collections.Generic.IDictionary<String, Object>
The dictionary of field value pairs.