IDTSProject100 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une interface qui contient des packages et des paramètres.
public interface class IDTSProject100
[System.Runtime.InteropServices.Guid("757A2F76-02D8-473A-B45D-84AEFFA1DFA4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IDTSProject100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("945E1C1E-F19F-41DA-9758-A0ECD6A28577")]
public interface IDTSProject100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("3FF5D8A9-8BD3-4EC4-B4BE-3DCD7F2AA6C3")]
public interface IDTSProject100
[<System.Runtime.InteropServices.Guid("757A2F76-02D8-473A-B45D-84AEFFA1DFA4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IDTSProject100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("945E1C1E-F19F-41DA-9758-A0ECD6A28577")>]
type IDTSProject100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("3FF5D8A9-8BD3-4EC4-B4BE-3DCD7F2AA6C3")>]
type IDTSProject100 = interface
Public Interface IDTSProject100
- Attributs
Propriétés
OfflineMode |
Obtient ou définit une valeur qui indique si le projet est en mode hors connexion. |
ProtectionLevelRequireConsistency |
Détermine si la cohérence est obligatoire pour le niveau de protection du projet. |
Méthodes
ContainsPackage(String) |
Spécifié si le package est contenu dans le projet. |
EnsureConnectionsAreLoaded() |
Garantit que les connexions sont chargées pour le projet. |
GetConfiguredPackageByName(String) |
Obtient le package configuré par nom. |
GetConnections() |
Obtient les connexions du package. |
GetPackage(Int32, String) |
Obtient le package du projet. |
GetPackageByName(String) |
Obtient le package par nom. |
GetPackageCount() |
Retourne le nombre de packages du projet. |
GetPackageNoLoad(Int32, String) |
Obtient le package qui ne contient pas de charge. |
GetParameter(Int32) |
Obtient la collection des paramètres du projet. |
GetParameterCount() |
Obtient le nombre de paramètres. |
GetParameterVariable(Int32) |
Obtient la variable de paramètre pour le projet. |
GetParameterVariableByID(String) |
Obtient la variable de paramètre par identificateur. |
GetParameterVariableByName(String) |
Obtient la variable de paramètre par nom. |
GetProtectionLevel() |
Obtient le niveau de protection du projet. |
GetVariables() |
Obtient les variables du projet. |
MatchPassword(String) |
Correspond au mot de passe du projet. |