Condividi tramite


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
Proprietà pubblica OfflineMode Infrastruttura. Gets or sets a value that indicates whether the project is on offline mode.
Proprietà pubblica ProtectionLevelRequireConsistency Infrastruttura. Gets whether consistency is required for the level of protection on the project.

In alto

Metodi

  Nome Descrizione
Metodo pubblico ContainsPackage Infrastruttura. Specified whether the package is contained in the project.
Metodo pubblico EnsureConnectionsAreLoaded Infrastruttura. Ensures that the connections are loaded for the project.
Metodo pubblico GetConfiguredPackageByName Infrastruttura. Gets the configured package by name.
Metodo pubblico GetConnections Infrastruttura. Gets the connections for the package.
Metodo pubblico GetPackage Infrastruttura. Gets the package for the project.
Metodo pubblico GetPackageByName Infrastruttura. Gets the package by name.
Metodo pubblico GetPackageCount Infrastruttura. Returns the number of package for the project.
Metodo pubblico GetPackageNoLoad Infrastruttura. Gets the package that doesn’t have a load.
Metodo pubblico GetParameter Infrastruttura. Gets the collection of the project parameters.
Metodo pubblico GetParameterCount Infrastruttura. Gets the number of parameter.
Metodo pubblico GetParameterVariable Infrastruttura. Gets the parameter variable for the project.
Metodo pubblico GetParameterVariableByID Infrastruttura. Gets the parameter variable by identifier.
Metodo pubblico GetParameterVariableByName Infrastruttura. Gets the parameter variable by name.
Metodo pubblico GetProtectionLevel Infrastruttura. Gets the protection level of the project.
Metodo pubblico GetVariables Infrastruttura. Gets the variables for the project.
Metodo pubblico MatchPassword Infrastruttura. Matches the password for the project.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper