Método Enumerator.GetData (Object, Urn, array<String[], array<OrderBy )
Retrieves the specified data. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Shared Function GetData ( _
connectionInfo As Object, _
urn As Urn, _
requestedFields As String(), _
orderBy As OrderBy() _
) As EnumResult
'Uso
Dim connectionInfo As Object
Dim urn As Urn
Dim requestedFields As String()
Dim orderBy As OrderBy()
Dim returnValue As EnumResult
returnValue = Enumerator.GetData(connectionInfo, _
urn, requestedFields, orderBy)
public static EnumResult GetData(
Object connectionInfo,
Urn urn,
string[] requestedFields,
OrderBy[] orderBy
)
public:
static EnumResult^ GetData(
Object^ connectionInfo,
Urn^ urn,
array<String^>^ requestedFields,
array<OrderBy^>^ orderBy
)
static member GetData :
connectionInfo:Object *
urn:Urn *
requestedFields:string[] *
orderBy:OrderBy[] -> EnumResult
public static function GetData(
connectionInfo : Object,
urn : Urn,
requestedFields : String[],
orderBy : OrderBy[]
) : EnumResult
Parâmetros
- connectionInfo
Tipo: System.Object
An object that represents the connection.
- urn
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The xpath expression.
- requestedFields
Tipo: array<System.String[]
The list of requested fields.
- orderBy
Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy[]
The order by a particular field in the specified order.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult
The result of the requested field in no particular order.