ExpressionNode.ConvertToString メソッド

型を文字列値に変換します。

名前空間:  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
変換された文字列を示す String 値です。

関連項目

参照

ExpressionNode クラス

Microsoft.SqlServer.Management.Dmf 名前空間