共用方式為


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.

請參閱

參考

Package 類別

Microsoft.SqlServer.Management.XEvent 命名空間