Propriedade do RDL Package.TypeInfoSet

Gets the TypeInfoCollection contained by the package.

Namespace:  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (em Microsoft.SqlServer.Management.XEvent.dll)

Sintaxe

'Declaração
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(TypeInfo))> _
Public ReadOnly Property TypeInfoSet As TypeInfoCollection 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

Package Classe

Namespace Microsoft.SqlServer.Management.XEvent