Свойство Package.TypeInfoSet
Gets the TypeInfoCollection contained by the package.
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(TypeInfo))> _
Public ReadOnly Property TypeInfoSet As TypeInfoCollection
Get
'Применение
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
Значение свойства
Тип: Microsoft.SqlServer.Management.XEvent.TypeInfoCollection
A collection of TypeInfo objects.