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.