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

適用於

另請參閱