ConnectionStringSettings.ProviderName Właściwość

Definicja

Pobiera lub ustawia właściwość nazwy dostawcy.

public:
 property System::String ^ ProviderName { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("providerName", DefaultValue="System.Data.SqlClient")]
public string ProviderName { get; set; }
public string ProviderName { get; set; }
[<System.Configuration.ConfigurationProperty("providerName", DefaultValue="System.Data.SqlClient")>]
member this.ProviderName : string with get, set
member this.ProviderName : string with get, set
Public Property ProviderName As String

Wartość właściwości

Właściwość ProviderName .

Atrybuty

Przykłady

W poniższym przykładzie pokazano, jak używać ProviderName właściwości .

Console.WriteLine("  Provider Name: {0}", 
    cs.ProviderName);
Console.WriteLine( _
"  Provider Name: {0}", cs.ProviderName)

Dotyczy

Zobacz też