Método ExpressionNode.ConvertFromString
Converts a type from a string value.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Protected Shared Function ConvertFromString ( _
stringObjType As String, _
stringValue As String _
) As Object
'Uso
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
Parâmetros
- stringObjType
Tipo: System.String
A String value that specifies the object type.
- stringValue
Tipo: System.String
A String value that specifies the string value.
Valor de retorno
Tipo: System.Object
A Object value that contains the converted type.