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


Свойство Package.PredCompareInfoSet

Gets the PredCompareInfoCollection contained by the package.

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

Синтаксис

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

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

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

Тип: Microsoft.SqlServer.Management.XEvent.PredCompareInfoCollection
A collection of PredCompareInfo objects.

См. также

Справочник

Package Класс

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