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 | |
---|---|---|
OfflineMode | Infraestrutura. Gets or sets a value that indicates whether the project is on offline mode. | |
ProtectionLevelRequireConsistency | Infraestrutura. Gets whether consistency is required for the level of protection on the project. |
Início
Métodos
Nome | Descrição | |
---|---|---|
ContainsPackage | Infraestrutura. Specified whether the package is contained in the project. | |
EnsureConnectionsAreLoaded | Infraestrutura. Ensures that the connections are loaded for the project. | |
GetConfiguredPackageByName | Infraestrutura. Gets the configured package by name. | |
GetConnections | Infraestrutura. Gets the connections for the package. | |
GetPackage | Infraestrutura. Gets the package for the project. | |
GetPackageByName | Infraestrutura. Gets the package by name. | |
GetPackageCount | Infraestrutura. Returns the number of package for the project. | |
GetPackageNoLoad | Infraestrutura. Gets the package that doesn’t have a load. | |
GetParameter | Infraestrutura. Gets the collection of the project parameters. | |
GetParameterCount | Infraestrutura. Gets the number of parameter. | |
GetParameterVariable | Infraestrutura. Gets the parameter variable for the project. | |
GetParameterVariableByID | Infraestrutura. Gets the parameter variable by identifier. | |
GetParameterVariableByName | Infraestrutura. Gets the parameter variable by name. | |
GetProtectionLevel | Infraestrutura. Gets the protection level of the project. | |
GetVariables | Infraestrutura. Gets the variables for the project. | |
MatchPassword | Infraestrutura. Matches the password for the project. |
Início