Propriété XmlReadConditionedStatement.Fields

Gets the specified 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
Public ReadOnly Property Fields As StringCollection 
    Get
'Utilisation
Dim instance As XmlReadConditionedStatement 
Dim value As StringCollection 

value = instance.Fields
public StringCollection Fields { get; }
public:
property StringCollection^ Fields {
    StringCollection^ get ();
}
member Fields : StringCollection
function get Fields () : StringCollection

Valeur de propriété

Type : System.Collections.Specialized.StringCollection
The fields in the xml.

Voir aussi

Référence

XmlReadConditionedStatement Classe

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