Compartir a través de


Interfaz IDTSProject100

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

Represents an interface which contains packages and parameters.

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

Sintaxis

'Declaración
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")> _
Public Interface IDTSProject100
'Uso
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

El tipo IDTSProject100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública OfflineMode Infraestructura. Gets or sets a value that indicates whether the project is on offline mode.
Propiedad pública ProtectionLevelRequireConsistency Infraestructura. Gets whether consistency is required for the level of protection on the project.

Arriba

Métodos

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

Arriba

Vea también

Referencia

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