Partager via


Propriété Package.PredSourceInfoSet

Gets the PredSourceInfoCollection contained by the package.

Espace de noms :  Microsoft.SqlServer.Management.XEvent
Assembly :  Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(PredSourceInfo))> _
Public ReadOnly Property PredSourceInfoSet As PredSourceInfoCollection 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.XEvent.PredSourceInfoCollection
A collection of PredSourceInfo objects.

Voir aussi

Référence

Package Classe

Espace de noms Microsoft.SqlServer.Management.XEvent