PropertyDictionary Konstruktoren

Definition

Initialisiert eine neue Instanz der PropertyDictionary-Klasse.

Überlädt

PropertyDictionary()

Initialisiert eine neue Instanz der PropertyDictionary-Klasse mit den Standardeigenschaftswerten.

PropertyDictionary(ISfcPropertyProvider)

Initialisiert eine neue Instanz der PropertyDictionary-Klasse mit dem angegebenen Anbieter.

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

Initialisiert eine neue Instanz der PropertyDictionary-Klasse mit den angegebenen Eigenschaften.

PropertyDictionary()

Initialisiert eine neue Instanz der PropertyDictionary-Klasse mit den Standardeigenschaftswerten.

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

Gilt für:

PropertyDictionary(ISfcPropertyProvider)

Initialisiert eine neue Instanz der PropertyDictionary-Klasse mit dem angegebenen Anbieter.

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)

Parameter

provider
ISfcPropertyProvider

Eine Schnittstelle, die das PropertyDictionary verwaltet.

Gilt für:

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

Initialisiert eine neue Instanz der PropertyDictionary-Klasse mit den angegebenen Eigenschaften.

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

Parameter

properties
IEnumerable<KeyValuePair<String,Object>>

Eine Schnittstelle, die das KeyValuePair der angegebenen Zeichenfolge aufzählt.

Gilt für: