इसके माध्यम से साझा किया गया


IDTSTaskInfos100 Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see TaskInfos.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("3B752F97-DC1D-49DF-9622-C57B58079D71")> _
Public Interface IDTSTaskInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSTaskInfos100
[GuidAttribute("3B752F97-DC1D-49DF-9622-C57B58079D71")]
public interface IDTSTaskInfos100 : IEnumerable
[GuidAttribute(L"3B752F97-DC1D-49DF-9622-C57B58079D71")]
public interface class IDTSTaskInfos100 : IEnumerable
[<GuidAttribute("3B752F97-DC1D-49DF-9622-C57B58079D71")>]
type IDTSTaskInfos100 =  
    interface
        interface IEnumerable
    end
public interface IDTSTaskInfos100 extends IEnumerable