Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Retrieves the specified data in the list. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Shared Function GetData ( _
connectionInfo As Object, _
urn As Urn, _
requestedFields As String() _
) As EnumResult
'Применение
Dim connectionInfo As Object
Dim urn As Urn
Dim requestedFields As String()
Dim returnValue As EnumResult
returnValue = Enumerator.GetData(connectionInfo, _
urn, requestedFields)
public static EnumResult GetData(
Object connectionInfo,
Urn urn,
string[] requestedFields
)
public:
static EnumResult^ GetData(
Object^ connectionInfo,
Urn^ urn,
array<String^>^ requestedFields
)
static member GetData :
connectionInfo:Object *
urn:Urn *
requestedFields:string[] -> EnumResult
public static function GetData(
connectionInfo : Object,
urn : Urn,
requestedFields : String[]
) : EnumResult
Параметры
- connectionInfo
Тип: System.Object
An object that represents the connection.
- urn
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
The xpath expression.
- requestedFields
Тип: array<System.String[]
The list of requested fields.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.EnumResult
The result of the requested fields in no particular order.