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
参数
- value
类型:System. . :: . .Object
A Object value that specifies the type.
返回值
类型:System. . :: . .String
A String value that specifies the converted string.