IDTSPackagePath100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see IDTSPackagePath.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("917FA57A-BCCC-42B2-B748-98C8AE77FCD6")> _
Public Interface IDTSPackagePath100
'Usage
Dim instance As IDTSPackagePath100
[GuidAttribute("917FA57A-BCCC-42B2-B748-98C8AE77FCD6")]
public interface IDTSPackagePath100
[GuidAttribute(L"917FA57A-BCCC-42B2-B748-98C8AE77FCD6")]
public interface class IDTSPackagePath100
[<GuidAttribute("917FA57A-BCCC-42B2-B748-98C8AE77FCD6")>]
type IDTSPackagePath100 = interface end
public interface IDTSPackagePath100
The IDTSPackagePath100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetPackagePath | Infrastructure. For more information, see IDTSPackagePath. |
Top