共用方式為


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

請參閱

參考

ExpressionNode 類別

Microsoft.SqlServer.Management.Dmf 命名空間