Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Property Value
Type: Microsoft.SqlServer.Management.XEvent.TypeInfoCollection
A collection of TypeInfo objects.