Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a DTS project which contains packages.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("E3376796-4429-4199-9E31-5FEA254DD8E8")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSProjectPackage100
'Usage
Dim instance As IDTSProjectPackage100
[GuidAttribute("E3376796-4429-4199-9E31-5FEA254DD8E8")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSProjectPackage100
[GuidAttribute(L"E3376796-4429-4199-9E31-5FEA254DD8E8")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSProjectPackage100
[<GuidAttribute("E3376796-4429-4199-9E31-5FEA254DD8E8")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSProjectPackage100 = interface end
public interface IDTSProjectPackage100
The IDTSProjectPackage100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetProject | Infrastructure. Gets the DTS project. |
![]() |
PasswordMatch | Infrastructure. Determines whether the specified password matches with package password. |
![]() |
SetProject | Infrastructure. Sets the DTS project. |
Top