Partilhar via


Método ExpressionNode.ConvertToString

Converts a type to a string value.

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

Sintaxe

'Declaração
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Shared Function ConvertToString ( _
    value As Object _
) As String
'Uso
Dim value As Object 
Dim returnValue As String 

returnValue = ExpressionNode.ConvertToString(value)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected static string ConvertToString(
    Object value
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
protected:
static String^ ConvertToString(
    Object^ value
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member ConvertToString : 
        value:Object -> string
protected static function ConvertToString(
    value : Object
) : String

Parâmetros

Valor de retorno

Tipo: System.String
A String value that specifies the converted string.

Consulte também

Referência

ExpressionNode Classe

Namespace Microsoft.SqlServer.Management.Dmf