Package.PredCompareInfoSet Property
Gets the PredCompareInfoCollection contained by the package.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(PredCompareInfo))> _
Public ReadOnly Property PredCompareInfoSet As PredCompareInfoCollection
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.XEvent.PredCompareInfoCollection
A collection of PredCompareInfo objects.