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

适用于

另请参阅