Свойство TriggeredFields

Gets the triggered fields in the collection of objects. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public ReadOnly Property TriggeredFields As StringCollection
    Get
'Применение
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

Значение свойства

Тип: System.Collections.Specialized. . :: . .StringCollection
The triggered fields in the collection of objects.