Partager via


Interface IDTSProject100

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
Propriété publique OfflineMode Infrastructure. Gets or sets a value that indicates whether the project is on offline mode.
Propriété publique ProtectionLevelRequireConsistency Infrastructure. Gets whether consistency is required for the level of protection on the project.

Haut de la page

Méthodes

  Nom Description
Méthode publique ContainsPackage Infrastructure. Specified whether the package is contained in the project.
Méthode publique EnsureConnectionsAreLoaded Infrastructure. Ensures that the connections are loaded for the project.
Méthode publique GetConfiguredPackageByName Infrastructure. Gets the configured package by name.
Méthode publique GetConnections Infrastructure. Gets the connections for the package.
Méthode publique GetPackage Infrastructure. Gets the package for the project.
Méthode publique GetPackageByName Infrastructure. Gets the package by name.
Méthode publique GetPackageCount Infrastructure. Returns the number of package for the project.
Méthode publique GetPackageNoLoad Infrastructure. Gets the package that doesn’t have a load.
Méthode publique GetParameter Infrastructure. Gets the collection of the project parameters.
Méthode publique GetParameterCount Infrastructure. Gets the number of parameter.
Méthode publique GetParameterVariable Infrastructure. Gets the parameter variable for the project.
Méthode publique GetParameterVariableByID Infrastructure. Gets the parameter variable by identifier.
Méthode publique GetParameterVariableByName Infrastructure. Gets the parameter variable by name.
Méthode publique GetProtectionLevel Infrastructure. Gets the protection level of the project.
Méthode publique GetVariables Infrastructure. Gets the variables for the project.
Méthode publique MatchPassword Infrastructure. Matches the password for the project.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper