IDTSProject100 Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta un'interfaccia che contiene pacchetti e parametri.
public interface class IDTSProject100
[System.Runtime.InteropServices.Guid("757A2F76-02D8-473A-B45D-84AEFFA1DFA4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IDTSProject100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("945E1C1E-F19F-41DA-9758-A0ECD6A28577")]
public interface IDTSProject100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
[System.Runtime.InteropServices.Guid("3FF5D8A9-8BD3-4EC4-B4BE-3DCD7F2AA6C3")]
public interface IDTSProject100
[<System.Runtime.InteropServices.Guid("757A2F76-02D8-473A-B45D-84AEFFA1DFA4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IDTSProject100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("945E1C1E-F19F-41DA-9758-A0ECD6A28577")>]
type IDTSProject100 = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
[<System.Runtime.InteropServices.Guid("3FF5D8A9-8BD3-4EC4-B4BE-3DCD7F2AA6C3")>]
type IDTSProject100 = interface
Public Interface IDTSProject100
- Attributi
Proprietà
| Nome | Descrizione |
|---|---|
| OfflineMode |
Ottiene o imposta un valore che indica se il progetto è in modalità offline. |
| ProtectionLevelRequireConsistency |
Determina se è necessaria la coerenza per il livello di protezione del progetto. |
Metodi
| Nome | Descrizione |
|---|---|
| ContainsPackage(String) |
Specifica se il pacchetto è contenuto nel progetto. |
| EnsureConnectionsAreLoaded() |
Garantisce che le connessioni siano caricate per il progetto. |
| GetConfiguredPackageByName(String) |
Ottiene il pacchetto configurato per nome. |
| GetConnections() |
Ottiene i collegamenti per il pacco. |
| GetPackage(Int32, String) |
Riceve il pacchetto per il progetto. |
| GetPackageByName(String) |
Riceve il pacco per nome. |
| GetPackageCount() |
Restituisce il numero di pacchi per il progetto. |
| GetPackageNoLoad(Int32, String) |
Riceve il pacco che non ha un carico. |
| GetParameter(Int32) |
Ottiene la raccolta dei parametri del progetto. |
| GetParameterCount() |
Ottiene il numero di parametri. |
| GetParameterVariable(Int32) |
Ottiene la variabile parametro per il progetto. |
| GetParameterVariableByID(String) |
Ottiene la variabile parametro tramite identificatore. |
| GetParameterVariableByName(String) |
Ottiene la variabile parametro per nome. |
| GetProtectionLevel() |
Ottiene il livello di protezione del progetto. |
| GetVariables() |
Ottiene le variabili per il progetto. |
| MatchPassword(String) |
Corrisponde alla password del progetto. |