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


IDTSPackageInfos100 Interface

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

For more information, see PackageInfos.

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

Syntax

'Declaration
<GuidAttribute("390247E5-8346-4707-8473-8F1E37152A62")> _
Public Interface IDTSPackageInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSPackageInfos100
[GuidAttribute("390247E5-8346-4707-8473-8F1E37152A62")]
public interface IDTSPackageInfos100 : IEnumerable
[GuidAttribute(L"390247E5-8346-4707-8473-8F1E37152A62")]
public interface class IDTSPackageInfos100 : IEnumerable
[<GuidAttribute("390247E5-8346-4707-8473-8F1E37152A62")>]
type IDTSPackageInfos100 =  
    interface
        interface IEnumerable
    end
public interface IDTSPackageInfos100 extends IEnumerable