Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the TypeInfoCollection contained by the package.
Namespace: Microsoft.SqlServer.Management.XEvent
Assembly: Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(TypeInfo))> _
Public ReadOnly Property TypeInfoSet As TypeInfoCollection
Get
'Usage
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
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.XEvent.TypeInfoCollection
A collection of TypeInfo objects.