IDTSConfiguration100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see Configuration.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("2F33DC10-7C1C-4B81-94CF-1CA6A4224DAF")> _
Public Interface IDTSConfiguration100
'Usage
Dim instance As IDTSConfiguration100
[GuidAttribute("2F33DC10-7C1C-4B81-94CF-1CA6A4224DAF")]
public interface IDTSConfiguration100
[GuidAttribute(L"2F33DC10-7C1C-4B81-94CF-1CA6A4224DAF")]
public interface class IDTSConfiguration100
[<GuidAttribute("2F33DC10-7C1C-4B81-94CF-1CA6A4224DAF")>]
type IDTSConfiguration100 = interface end
public interface IDTSConfiguration100
The IDTSConfiguration100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ConfigurationString | Infrastructure. For more information, see Configuration. | |
ConfigurationType | Infrastructure. For more information, see Configuration. | |
PackagePath | Infrastructure. For more information, see Configuration. |
Top