IQueryList.GetQueries 메서드

Retrieves the queries that a node would use to build its children.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Function GetQueries As String()
‘사용 방법
Dim instance As IQueryList 
Dim returnValue As String()

returnValue = instance.GetQueries()
string[] GetQueries()
array<String^>^ GetQueries()
abstract GetQueries : unit -> string[] 
function GetQueries() : String[]

반환 값

유형: array<System.String[]
Returns an array of strings that represent the queries a node would use to build its children.

참고 항목

참조

IQueryList 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스