Proprietà RequestParentSelect.Fields

Gets a value that indicates the fields that must be selected. 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 Fields As StringCollection 
    Get
'Utilizzo
Dim instance As RequestParentSelect 
Dim value As StringCollection 

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

Valore proprietà

Tipo: System.Collections.Specialized.StringCollection
The fields that are selected.

Vedere anche

Riferimento

RequestParentSelect Classe

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