共用方式為


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 命名空間