Server.IAlienRoot.SfcHelper_GetSmoObjectQuery Method (String, String(), OrderBy())
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. Gets a T:System.Collections.Generic.List of String values.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Private Function SfcHelper_GetSmoObjectQuery ( urn As String, fields As String(), orderByFields As OrderBy() ) As List(Of String) Implements IAlienRoot.SfcHelper_GetSmoObjectQuery
Parameters
- urn
-
Type:
System.String
A String value that specifies the URN.
- fields
-
Type:
System.String()
An array of String values.
- orderByFields
-
Type:
Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy()
An array of OrderBy objects.
Return Value
Type: System.Collections.Generic.List(Of String)T:System.Collections.Generic.List of String values.
Show: