ProviderSettings Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy ProviderSettings.
Przeciążenia
ProviderSettings() |
Inicjuje nowe wystąpienie klasy ProviderSettings. |
ProviderSettings(String, String) |
Inicjuje nowe wystąpienie klasy ProviderSettings. |
Uwagi
Użyj tego konstruktora, aby utworzyć nowe ProviderSettings wystąpienie.
ProviderSettings()
- Źródło:
- ProviderSettings.cs
- Źródło:
- ProviderSettings.cs
- Źródło:
- ProviderSettings.cs
Inicjuje nowe wystąpienie klasy ProviderSettings.
public:
ProviderSettings();
public ProviderSettings ();
Public Sub New ()
Uwagi
Inicjuje nowe wystąpienie klasy ProviderSettings.
Użyj tego konstruktora, aby utworzyć nowe ProviderSettings wystąpienie.
Dotyczy
ProviderSettings(String, String)
- Źródło:
- ProviderSettings.cs
- Źródło:
- ProviderSettings.cs
- Źródło:
- ProviderSettings.cs
Inicjuje nowe wystąpienie klasy ProviderSettings.
public:
ProviderSettings(System::String ^ name, System::String ^ type);
public ProviderSettings (string name, string type);
new System.Configuration.ProviderSettings : string * string -> System.Configuration.ProviderSettings
Public Sub New (name As String, type As String)
Parametry
- name
- String
Nazwa dostawcy do skonfigurowania ustawień.
- type
- String
Typ dostawcy do skonfigurowania ustawień.
Uwagi
Użyj tego konstruktora, aby utworzyć nowe ProviderSettings wystąpienie o określonej nazwie i typie.