Package.TargetInfoSet 속성
Gets the TargetInfoCollection contained by the package.
네임스페이스: Microsoft.SqlServer.Management.XEvent
어셈블리: Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)
구문
‘선언
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, _
GetType(TargetInfo))> _
Public ReadOnly Property TargetInfoSet As TargetInfoCollection
Get
‘사용 방법
Dim instance As Package
Dim value As TargetInfoCollection
value = instance.TargetInfoSet
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(TargetInfo))]
public TargetInfoCollection TargetInfoSet { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny,
typeof(TargetInfo))]
public:
property TargetInfoCollection^ TargetInfoSet {
TargetInfoCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,
typeof(TargetInfo))>]
member TargetInfoSet : TargetInfoCollection
function get TargetInfoSet () : TargetInfoCollection
속성 값
유형: Microsoft.SqlServer.Management.XEvent.TargetInfoCollection
A collection of TargetInfo objects.