Interfaccia IDTSProject100
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents an interface which contains packages and parameters.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("7150DFB5-0FBC-4CD6-9A09-42AA460154E9")> _
Public Interface IDTSProject100
'Utilizzo
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
Nel tipo IDTSProject100 sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
OfflineMode | Infrastruttura. Gets or sets a value that indicates whether the project is on offline mode. | |
ProtectionLevelRequireConsistency | Infrastruttura. Gets whether consistency is required for the level of protection on the project. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
ContainsPackage | Infrastruttura. Specified whether the package is contained in the project. | |
EnsureConnectionsAreLoaded | Infrastruttura. Ensures that the connections are loaded for the project. | |
GetConfiguredPackageByName | Infrastruttura. Gets the configured package by name. | |
GetConnections | Infrastruttura. Gets the connections for the package. | |
GetPackage | Infrastruttura. Gets the package for the project. | |
GetPackageByName | Infrastruttura. Gets the package by name. | |
GetPackageCount | Infrastruttura. Returns the number of package for the project. | |
GetPackageNoLoad | Infrastruttura. Gets the package that doesn’t have a load. | |
GetParameter | Infrastruttura. Gets the collection of the project parameters. | |
GetParameterCount | Infrastruttura. Gets the number of parameter. | |
GetParameterVariable | Infrastruttura. Gets the parameter variable for the project. | |
GetParameterVariableByID | Infrastruttura. Gets the parameter variable by identifier. | |
GetParameterVariableByName | Infrastruttura. Gets the parameter variable by name. | |
GetProtectionLevel | Infrastruttura. Gets the protection level of the project. | |
GetVariables | Infrastruttura. Gets the variables for the project. | |
MatchPassword | Infrastruttura. Matches the password for the project. |
In alto