SqlString.Value プロパティ

定義

この SqlString 構造体に格納されている文字列を取得します。 このプロパティは読み取り専用です。

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

プロパティ値

格納されている文字列。

例外

文字列の値が Null です。

適用対象

こちらもご覧ください