Package.PredSourceInfoSet プロパティ

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

名前空間:  Microsoft.SqlServer.Management.XEvent
アセンブリ:  Microsoft.SqlServer.Management.XEvent (Microsoft.SqlServer.Management.XEvent.dll)

構文

'宣言
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(PredSourceInfo))> _
Public ReadOnly Property PredSourceInfoSet As PredSourceInfoCollection 
    Get
'使用
Dim instance As Package 
Dim value As PredSourceInfoCollection 

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

プロパティ値

型: Microsoft.SqlServer.Management.XEvent.PredSourceInfoCollection
PredSourceInfo オブジェクトのコレクションです。

関連項目

参照

Package クラス

Microsoft.SqlServer.Management.XEvent 名前空間