SqlInt64.ToSqlString 方法

定义

将此 SqlInt64 结构转换为 SqlStringConverts this SqlInt64 structure to 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

一个 SqlString,表示此 SqlInt64 的值。A SqlString representing the value of this SqlInt64.

适用于