ExpressionNode.GetResultString 메서드
Gets the result in string format that is returned when an expression is deserialized.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public Function GetResultString As String
‘사용 방법
Dim instance As ExpressionNode
Dim returnValue As String
returnValue = instance.GetResultString()
public string GetResultString()
public:
String^ GetResultString()
member GetResultString : unit -> string
public function GetResultString() : String
반환 값
유형: System.String
A String value that specifies the object that is returned when an expression is deserialized.