SqlString.Value Vlastnost

Definice

Získá řetězec, který je uložen v této SqlString struktuře. Tato vlastnost je jen ke čtení.

public:
 property System::String ^ Value { System::String ^ get(); };
public string Value { get; }
member this.Value : string
Public ReadOnly Property Value As String

Hodnota vlastnosti

Řetězec, který je uložen.

Výjimky

Hodnota řetězce je Null.

Platí pro

Viz také