Expand Minimize
This topic has not yet been rated - Rate this topic

Server::IAlienRoot::SfcHelper_GetSmoObjectQuery Method

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets a List of String values.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
private:
virtual List<String^>^ SfcHelper_GetSmoObjectQuery(
	String^ urn, 
	array<String^>^ fields, 
	array<OrderBy^>^ orderByFields
) sealed = IAlienRoot::SfcHelper_GetSmoObjectQuery

Parameters

urn
Type: System::String
A String value that specifies the URN.
fields
Type: array<System::String>
An array of String values.
orderByFields
Type: array<Microsoft.SqlServer.Management.Sdk.Sfc::OrderBy>
An array of OrderBy objects.

Return Value

Type: System.Collections.Generic::List<String>
List of String values.

Implements

IAlienRoot::SfcHelper_GetSmoObjectQuery(String, array<String>, array<OrderBy>)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.