Partager via


Propriété TriggeredFields

Gets the triggered fields in the collection of objects. Ne référencez pas directement 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 TriggeredFields As StringCollection
    Get
'Utilisation
Dim instance As XmlReadConditionedStatementPostProcess
Dim value As StringCollection

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

Valeur de propriété

Type : System.Collections.Specialized. . :: . .StringCollection
The triggered fields in the collection of objects.