Partilhar via


Propriedade do RDL TriggeredFields

Gets the triggered fields in the collection of objects. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public ReadOnly Property TriggeredFields As StringCollection
    Get
'Uso
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

Valor da propriedade

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