Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents an interface which contains packages and parameters.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")> _
Public Interface IDTSProject100
'Utilisation
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
Le type IDTSProject100 expose les membres suivants.
Propriétés
| Nom | 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. |
Haut de la page
Méthodes
| Nom | 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. |
Haut de la page
.gif)
.gif)