Partager via


PropertyDictionary Constructeurs

Définition

Initialise une nouvelle instance de la classe PropertyDictionary.

Surcharges

PropertyDictionary()

Initialise une nouvelle instance de la classe PropertyDictionary avec les valeurs de propriétés par défaut.

PropertyDictionary(ISfcPropertyProvider)

Initialise une nouvelle instance de la classe PropertyDictionary avec le fournisseur spécifié.

PropertyDictionary(IEnumerable<KeyValuePair<String,Object>>)

Initialise une nouvelle instance de la classe PropertyDictionary avec les propriétés spécifiées.

PropertyDictionary()

Initialise une nouvelle instance de la classe PropertyDictionary avec les valeurs de propriétés par défaut.

public:
 PropertyDictionary();
public PropertyDictionary ();
Public Sub New ()

S’applique à

PropertyDictionary(ISfcPropertyProvider)

Initialise une nouvelle instance de la classe PropertyDictionary avec le fournisseur spécifié.

public:
 PropertyDictionary(Microsoft::SqlServer::Management::Sdk::Sfc::ISfcPropertyProvider ^ provider);
public PropertyDictionary (Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertyProvider provider);
new Microsoft.SqlServer.Management.Data.PropertyDictionary : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcPropertyProvider -> Microsoft.SqlServer.Management.Data.PropertyDictionary
Public Sub New (provider As ISfcPropertyProvider)

Paramètres

provider
ISfcPropertyProvider

Interface qui gère le PropertyDictionary.

S’applique à

PropertyDictionary(IEnumerable<KeyValuePair<String,Object>>)

Initialise une nouvelle instance de la classe PropertyDictionary avec les propriétés spécifiées.

public:
 PropertyDictionary(System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ properties);
public PropertyDictionary (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>> properties);
new Microsoft.SqlServer.Management.Data.PropertyDictionary : seq<System.Collections.Generic.KeyValuePair<string, obj>> -> Microsoft.SqlServer.Management.Data.PropertyDictionary
Public Sub New (properties As IEnumerable(Of KeyValuePair(Of String, Object)))

Paramètres

properties
IEnumerable<KeyValuePair<String,Object>>

Interface qui énumère le KeyValuePair de la chaîne spécifiée.

S’applique à