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


Свойство Package.PredSourceInfoSet

Gets the PredSourceInfoCollection contained by the package.

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

Синтаксис

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

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

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

Тип: Microsoft.SqlServer.Management.XEvent.PredSourceInfoCollection
A collection of PredSourceInfo objects.

См. также

Справочник

Package Класс

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