Package.PredCompareInfoSet プロパティ

パッケージに含まれている PredCompareInfoCollection を取得します。

名前空間:  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
PredCompareInfo オブジェクトのコレクションです。

関連項目

参照

Package クラス

Microsoft.SqlServer.Management.XEvent 名前空間