TabularData.ToString Método
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Returns a string that represents the current object.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
Public Overrides Function ToString As String
'Uso
Dim instance As TabularData
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 devuelto
Tipo: System.String
A string that represents the current object.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts