Partager via


Interface IDTSProjectPackage100

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 a DTS project which contains packages.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("E3376796-4429-4199-9E31-5FEA254DD8E8")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSProjectPackage100
'Utilisation
Dim instance As IDTSProjectPackage100
[GuidAttribute("E3376796-4429-4199-9E31-5FEA254DD8E8")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSProjectPackage100
[GuidAttribute(L"E3376796-4429-4199-9E31-5FEA254DD8E8")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSProjectPackage100
[<GuidAttribute("E3376796-4429-4199-9E31-5FEA254DD8E8")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSProjectPackage100 =  interface end
public interface IDTSProjectPackage100

Le type IDTSProjectPackage100 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique GetProject Infrastructure. Gets the DTS project.
Méthode publique PasswordMatch Infrastructure. Determines whether the specified password matches with package password.
Méthode publique SetProject Infrastructure. Sets the DTS project.

Haut de la page

Voir aussi

Référence

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