共用方式為


ExpressionNode.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.

請參閱

參考

ExpressionNode 類別

Microsoft.SqlServer.Management.Dmf 命名空間