Propriété XmlReadInclude.RequestedFields

Gets the specified fields in the collection. 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 RequestedFields As StringCollection 
    Get
'Utilisation
Dim instance As XmlReadInclude 
Dim value As StringCollection 

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

Valeur de propriété

Type : System.Collections.Specialized.StringCollection
The requested fields in the collection.

Voir aussi

Référence

XmlReadInclude Classe

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