Package.TypeInfoSet プロパティ

パッケージに含まれている TypeInfoCollection を取得します。

名前空間:  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
TypeInfo オブジェクトのコレクションです。

関連項目

参照

Package クラス

Microsoft.SqlServer.Management.XEvent 名前空間