Compartir a través de


Interfaz IDTSProjectPackage100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents a DTS project which contains packages.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("E3376796-4429-4199-9E31-5FEA254DD8E8")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSProjectPackage100
'Uso
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

El tipo IDTSProjectPackage100 expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público GetProject Infraestructura. Gets the DTS project.
Método público PasswordMatch Infraestructura. Determines whether the specified password matches with package password.
Método público SetProject Infraestructura. Sets the DTS project.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper