Metoda ExpressionNode.ConvertFromString
Konwertuje wartość ciąg typu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Dmf
Zestaw: Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)
Składnia
'Deklaracja
Protected Shared Function ConvertFromString ( _
stringObjType As String, _
stringValue As String _
) As Object
'Użycie
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
Parametry
- stringObjType
Typ: System.String
A String wartość, która określa typ obiektu.
- stringValue
Typ: System.String
A String wartość określająca wartość ciąg.
Wartość zwracana
Typ: System.Object
A Object wartość zawierający typ przekonwertowane.