Constructeur NamedKey<T> (IDictionary<String, Object>)
Initializes a new instance of the NamedKey<T> class from a field dictionary.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub New ( _
fields As IDictionary(Of String, Object) _
)
'Utilisation
Dim fields As IDictionary(Of String, Object)
Dim instance As New NamedKey(fields)
public NamedKey(
IDictionary<string, Object> fields
)
public:
NamedKey(
IDictionary<String^, Object^>^ fields
)
new :
fields:IDictionary<string, Object> -> NamedKey
public function NamedKey(
fields : IDictionary<String, Object>
)
Paramètres
- fields
Type : System.Collections.Generic.IDictionary<String, Object>
The dictionary of field value pairs.