Condividi tramite


Proprietà Fields

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets a StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected ReadOnly Property Fields As StringCollection
    Get
'Utilizzo
Dim value As StringCollection

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

Valore proprietà

Tipo: System.Collections.Specialized. . :: . .StringCollection
A StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added.