Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents an interface which contains packages and parameters.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")> _
Public Interface IDTSProject100
'Uso
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
El tipo IDTSProject100 expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
OfflineMode | Infraestructura. Gets or sets a value that indicates whether the project is on offline mode. |
![]() |
ProtectionLevelRequireConsistency | Infraestructura. Gets whether consistency is required for the level of protection on the project. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
ContainsPackage | Infraestructura. Specified whether the package is contained in the project. |
![]() |
EnsureConnectionsAreLoaded | Infraestructura. Ensures that the connections are loaded for the project. |
![]() |
GetConfiguredPackageByName | Infraestructura. Gets the configured package by name. |
![]() |
GetConnections | Infraestructura. Gets the connections for the package. |
![]() |
GetPackage | Infraestructura. Gets the package for the project. |
![]() |
GetPackageByName | Infraestructura. Gets the package by name. |
![]() |
GetPackageCount | Infraestructura. Returns the number of package for the project. |
![]() |
GetPackageNoLoad | Infraestructura. Gets the package that doesn’t have a load. |
![]() |
GetParameter | Infraestructura. Gets the collection of the project parameters. |
![]() |
GetParameterCount | Infraestructura. Gets the number of parameter. |
![]() |
GetParameterVariable | Infraestructura. Gets the parameter variable for the project. |
![]() |
GetParameterVariableByID | Infraestructura. Gets the parameter variable by identifier. |
![]() |
GetParameterVariableByName | Infraestructura. Gets the parameter variable by name. |
![]() |
GetProtectionLevel | Infraestructura. Gets the protection level of the project. |
![]() |
GetVariables | Infraestructura. Gets the variables for the project. |
![]() |
MatchPassword | Infraestructura. Matches the password for the project. |
Arriba
.gif)
.gif)