ProviderSettings Konstruktory

Definicja

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.

Dotyczy