Metodo Enumerator.GetData (Object, Urn, array<String , OrderBy)
Retrieves the specified data. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Shared Function GetData ( _
connectionInfo As Object, _
urn As Urn, _
requestedFields As String(), _
orderBy As OrderBy _
) As EnumResult
'Utilizzo
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,
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
Parametri
- 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: Microsoft.SqlServer.Management.Sdk.Sfc.OrderBy
The order by a particular field in the specified order.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult
The result of the requested field in no particular order.