共用方式為


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>
)

參數

請參閱

參考

SchemaNamedKey<T> 類別

SchemaNamedKey<T> 多載

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間