Propriedade do RDL Package.PredCompareInfoSet

Gets the PredCompareInfoCollection contained by the package.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(PredCompareInfo))> _
Public ReadOnly Property PredCompareInfoSet As PredCompareInfoCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.XEvent.PredCompareInfoCollection
A collection of PredCompareInfo objects.

Consulte também

Referência

Package Classe

Namespace Microsoft.SqlServer.Management.XEvent