Поделиться через


Свойство Package.TargetInfoSet

Gets the TargetInfoCollection contained by the package.

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

Синтаксис

'Декларация
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(TargetInfo))> _
Public ReadOnly Property TargetInfoSet As TargetInfoCollection 
    Get
'Применение
Dim instance As Package 
Dim value As TargetInfoCollection 

value = instance.TargetInfoSet
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(TargetInfo))]
public TargetInfoCollection TargetInfoSet { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(TargetInfo))]
public:
property TargetInfoCollection^ TargetInfoSet {
    TargetInfoCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(TargetInfo))>]
member TargetInfoSet : TargetInfoCollection
function get TargetInfoSet () : TargetInfoCollection

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

Тип: Microsoft.SqlServer.Management.XEvent.TargetInfoCollection
A collection of TargetInfo objects.

См. также

Справочник

Package Класс

Пространство имен Microsoft.SqlServer.Management.XEvent