Метод XmlRead.GetFields

Adds the specified value of fields in the xml. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Protected Shared Function GetFields ( _
    fields As String _
) As StringCollection
'Применение
Dim fields As String 
Dim returnValue As StringCollection 

returnValue = XmlRead.GetFields(fields)
protected static StringCollection GetFields(
    string fields
)
protected:
static StringCollection^ GetFields(
    String^ fields
)
static member GetFields : 
        fields:string -> StringCollection
protected static function GetFields(
    fields : String
) : StringCollection

Параметры

Возвращаемое значение

Тип: System.Collections.Specialized.StringCollection
The fields to get.

См. также

Справочник

XmlRead Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc