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
매개 변수
- stringObjType
유형: System.String
A String value that specifies the object type.
- stringValue
유형: System.String
A String value that specifies the string value.
반환 값
유형: System.Object
A Object value that contains the converted type.