Compartilhar via


Interface IDTSProject100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents an interface which contains packages and parameters.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<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

O tipo IDTSProject100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública OfflineMode Infraestrutura. Gets or sets a value that indicates whether the project is on offline mode.
Propriedade pública ProtectionLevelRequireConsistency Infraestrutura. Gets whether consistency is required for the level of protection on the project.

Início

Métodos

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

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper