Metodo XmlRead.GetFields

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

Parametri

Valore restituito

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

Vedere anche

Riferimento

XmlRead Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc