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.