Partager via


Méthode ExpressionNode.ConvertToString

Converts a type to a string value.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Shared Function ConvertToString ( _
    value As Object _
) As String
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

ExpressionNode Classe

Espace de noms Microsoft.SqlServer.Management.Dmf