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


IDTSConfigurations100 Interface

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

For more information, see Configurations.

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

Syntax

'Declaration
<GuidAttribute("6DBE646F-DDEC-4A6B-A089-BDC62956EF75")> _
Public Interface IDTSConfigurations100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSConfigurations100
[GuidAttribute("6DBE646F-DDEC-4A6B-A089-BDC62956EF75")]
public interface IDTSConfigurations100 : IEnumerable
[GuidAttribute(L"6DBE646F-DDEC-4A6B-A089-BDC62956EF75")]
public interface class IDTSConfigurations100 : IEnumerable
[<GuidAttribute("6DBE646F-DDEC-4A6B-A089-BDC62956EF75")>]
type IDTSConfigurations100 =  
    interface
        interface IEnumerable
    end
public interface IDTSConfigurations100 extends IEnumerable