Package.PredSourceInfoSet Propiedad
Gets the PredSourceInfoCollection contained by the package.
Espacio de nombres: Microsoft.SqlServer.Management.XEvent
Ensamblado: Microsoft.SqlServer.Management.XEvent (en Microsoft.SqlServer.Management.XEvent.dll)
Sintaxis
'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(PredSourceInfo))> _
Public ReadOnly Property PredSourceInfoSet As PredSourceInfoCollection
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.XEvent.PredSourceInfoCollection
A collection of PredSourceInfo objects.