Partager via


Propriété Package.TypeInfoSet

Gets the TypeInfoCollection 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(TypeInfo))> _
Public ReadOnly Property TypeInfoSet As TypeInfoCollection 
    Get
'Utilisation
Dim instance As Package 
Dim value As TypeInfoCollection 

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.XEvent.TypeInfoCollection
A collection of TypeInfo objects.

Voir aussi

Référence

Package Classe

Espace de noms Microsoft.SqlServer.Management.XEvent