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 an interface which contains packages and parameters.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")> _
Public Interface IDTSProject100
'Usage
Dim instance As IDTSProject100
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")]
public interface IDTSProject100
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"7150DFB5-0FBC-4CD6-9A09-42AA460154E9")]
public interface class IDTSProject100
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")>]
type IDTSProject100 = interface end
public interface IDTSProject100
The IDTSProject100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
OfflineMode | Infrastructure. Gets or sets a value that indicates whether the project is on offline mode. |
![]() |
ProtectionLevelRequireConsistency | Infrastructure. Gets whether consistency is required for the level of protection on the project. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
ContainsPackage | Infrastructure. Specified whether the package is contained in the project. |
![]() |
EnsureConnectionsAreLoaded | Infrastructure. Ensures that the connections are loaded for the project. |
![]() |
GetConfiguredPackageByName | Infrastructure. Gets the configured package by name. |
![]() |
GetConnections | Infrastructure. Gets the connections for the package. |
![]() |
GetPackage | Infrastructure. Gets the package for the project. |
![]() |
GetPackageByName | Infrastructure. Gets the package by name. |
![]() |
GetPackageCount | Infrastructure. Returns the number of package for the project. |
![]() |
GetPackageNoLoad | Infrastructure. Gets the package that doesn’t have a load. |
![]() |
GetParameter | Infrastructure. Gets the collection of the project parameters. |
![]() |
GetParameterCount | Infrastructure. Gets the number of parameter. |
![]() |
GetParameterVariable | Infrastructure. Gets the parameter variable for the project. |
![]() |
GetParameterVariableByID | Infrastructure. Gets the parameter variable by identifier. |
![]() |
GetParameterVariableByName | Infrastructure. Gets the parameter variable by name. |
![]() |
GetProtectionLevel | Infrastructure. Gets the protection level of the project. |
![]() |
GetVariables | Infrastructure. Gets the variables for the project. |
![]() |
MatchPassword | Infrastructure. Matches the password for the project. |
Top