Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Converts a type to a string value.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Shared Function ConvertToString ( _
value As Object _
) As String
'Usage
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
Parameter
- value
Typ: System.Object
A Object value that specifies the type.
Rückgabewert
Typ: System.String
A String value that specifies the converted string.