Proprietà XmlReadInclude.RequestedFields

Gets the specified fields in the collection. 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
Public ReadOnly Property RequestedFields As StringCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

XmlReadInclude Classe

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