SqlBoolean.ToSqlString 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將這個 SqlBoolean 結構轉換為 SqlString。
public:
System::Data::SqlTypes::SqlString ToSqlString();
public System.Data.SqlTypes.SqlString ToSqlString ();
member this.ToSqlString : unit -> System.Data.SqlTypes.SqlString
Public Function ToSqlString () As SqlString
傳回
新的 SqlString 結構,其值為 1 或 0。 如果 SqlBoolean 結構的值等於 true
,則 SqlString 結構的值為 1。 否則,新 SqlString 結構的值為 0。