Share via


ConvertToString 메서드

Converts a type to a string value.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Protected Shared Function ConvertToString ( _
    value As Object _
) As String
‘사용 방법
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

매개 변수

반환 값

유형: System. . :: . .String
A String value that specifies the converted string.