Méthode XmlRead.GetFields

Adds the specified value of fields in the xml. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected Shared Function GetFields ( _
    fields As String _
) As StringCollection
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

XmlRead Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc