IAlienRoot.SfcHelper_GetSmoObjectQuery 메서드
Processes the specified query string and returns a list of SMO URN. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Function SfcHelper_GetSmoObjectQuery ( _
queryString As String, _
fields As String(), _
orderByFields As OrderBy() _
) As List(Of String)
‘사용 방법
Dim instance As IAlienRoot
Dim queryString As String
Dim fields As String()
Dim orderByFields As OrderBy()
Dim returnValue As List(Of String)
returnValue = instance.SfcHelper_GetSmoObjectQuery(queryString, _
fields, orderByFields)
List<string> SfcHelper_GetSmoObjectQuery(
string queryString,
string[] fields,
OrderBy[] orderByFields
)
List<String^>^ SfcHelper_GetSmoObjectQuery(
String^ queryString,
array<String^>^ fields,
array<OrderBy^>^ orderByFields
)
abstract SfcHelper_GetSmoObjectQuery :
queryString:string *
fields:string[] *
orderByFields:OrderBy[] -> List<string>
function SfcHelper_GetSmoObjectQuery(
queryString : String,
fields : String[],
orderByFields : OrderBy[]
) : List<String>
매개 변수
- queryString
유형: System.String
The query string to process.
- fields
유형: array<System.String[]
The field names to retrieve.
- orderByFields
유형: array<Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[]
The field names to order on.
반환 값
유형: System.Collections.Generic.List<String>
A T:System.Collections.Generic.List`1 object that contains the SMO URNs.