SqlInt32.ToSqlString Metoda

Definice

Převede tuto SqlInt32 strukturu na 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

Návraty

Nová SqlString struktura rovnající se hodnotě tohoto SqlInt32objektu .

Platí pro

Viz také