IDTSConfigurations100 Interface
This API supports the 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
The IDTSConfigurations100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Infrastructure. For more information, see Configurations. | |
Item | Infrastructure. For more information, see Configurations. |
Top
Methods
Name | Description | |
---|---|---|
Add | Infrastructure. For more information, see Configurations. | |
GetEnumerator() | (Inherited from IEnumerable.) | |
GetEnumerator() | Infrastructure. For more information, see Configurations. | |
InsertAfter | Infrastructure. For more information, see Configurations. | |
InsertBefore | Infrastructure. For more information, see Configurations. | |
MoveAfter | Infrastructure. For more information, see Configurations. | |
MoveBefore | Infrastructure. For more information, see Configurations. | |
Remove | Infrastructure. For more information, see Configurations. |
Top