共用方式為


Package.PredSourceInfoSet 屬性

Gets the PredSourceInfoCollection contained by the package.

命名空間:  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
A collection of PredSourceInfo objects.

請參閱

參考

Package 類別

Microsoft.SqlServer.Management.XEvent 命名空間