Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Private Function SfcHelper_GetSmoObjectQuery ( _
urn As String, _
fields As String(), _
orderByFields As OrderBy() _
) As List(Of String) Implements IAlienRoot.SfcHelper_GetSmoObjectQuery
'Usage
Dim instance As Server
Dim urn As String
Dim fields As String()
Dim orderByFields As OrderBy()
Dim returnValue As List(Of String)
returnValue = CType(instance, IAlienRoot).SfcHelper_GetSmoObjectQuery(urn, _
fields, orderByFields)
List<string> IAlienRoot.SfcHelper_GetSmoObjectQuery(
string urn,
string[] fields,
OrderBy[] orderByFields
)
private:
virtual List<String^>^ SfcHelper_GetSmoObjectQuery(
String^ urn,
array<String^>^ fields,
array<OrderBy^>^ orderByFields
) sealed = IAlienRoot::SfcHelper_GetSmoObjectQuery
private abstract SfcHelper_GetSmoObjectQuery :
urn:string *
fields:string[] *
orderByFields:OrderBy[] -> List<string>
private override SfcHelper_GetSmoObjectQuery :
urn:string *
fields:string[] *
orderByFields:OrderBy[] -> List<string>
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
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[])