Compartir a través de


Package.TypeInfoSet Propiedad

Gets the TypeInfoCollection 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(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 de la propiedad

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

Vea también

Referencia

Package Clase

Espacio de nombres Microsoft.SqlServer.Management.XEvent