Sdílet prostřednictvím


ConnectionStringSettings.Name Vlastnost

Definice

Získá nebo nastaví ConnectionStringSettings název.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Name { get; set; }
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", DefaultValue="", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Name : string with get, set
member this.Name : string with get, set
Public Property Name As String

Hodnota vlastnosti

Hodnota řetězce přiřazená Name vlastnosti.

Atributy

Příklady

Následující příklad ukazuje, jak použít Name vlastnost.

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

Platí pro

Viz také