Partilhar via


Método XmlRead.GetFields

Adds the specified value of fields in the xml. 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
Protected Shared Function GetFields ( _
    fields As String _
) As StringCollection
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.Collections.Specialized.StringCollection
The fields to get.

Consulte também

Referência

XmlRead Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc