Partilhar via


Método ToString

Returns a string representation of the location.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)

Sintaxe

'Declaração
Public Overrides Function ToString As String
'Uso
Dim instance As Location
Dim returnValue As String

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string 
override ToString : unit -> string 
public override function ToString() : String

Valor de retorno

Tipo: System. . :: . .String
A String containing the string representation of the Location value. This string lists the line number, then the column number.