Partager via


Propriété Fields

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets a StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Protected ReadOnly Property Fields As StringCollection
    Get
'Utilisation
Dim value As StringCollection

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

Valeur de propriété

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