IDTSPackagePath100 Interface
This API supports the SQL Server 2012 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("942E3EEE-AA3B-4895-9E51-B6FB1AB44524")> _
Public Interface IDTSPackagePath100
'Usage
Dim instance As IDTSPackagePath100
[GuidAttribute("942E3EEE-AA3B-4895-9E51-B6FB1AB44524")]
public interface IDTSPackagePath100
[GuidAttribute(L"942E3EEE-AA3B-4895-9E51-B6FB1AB44524")]
public interface class IDTSPackagePath100
[<GuidAttribute("942E3EEE-AA3B-4895-9E51-B6FB1AB44524")>]
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