ConvertFromString 方法

Converts a type from a string value.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Protected Shared Function ConvertFromString ( _
    stringObjType As String, _
    stringValue As String _
) As Object
用法
Dim stringObjType As String
Dim stringValue As String
Dim returnValue As Object

returnValue = ExpressionNode.ConvertFromString(stringObjType, _
    stringValue)
protected static Object ConvertFromString(
    string stringObjType,
    string stringValue
)
protected:
static Object^ ConvertFromString(
    String^ stringObjType, 
    String^ stringValue
)
static member ConvertFromString : 
        stringObjType:string * 
        stringValue:string -> Object 
protected static function ConvertFromString(
    stringObjType : String, 
    stringValue : String
) : Object

参数

返回值

类型:System. . :: . .Object
A Object value that contains the converted type.