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 contenente 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à
OfflineMode |
Ottiene o imposta un valore che indica se il progetto è in modalità offline. |
ProtectionLevelRequireConsistency |
Ottiene un valore che indica se la coerenza è obbligatoria per il livello di protezione sul progetto. |
Metodi
ContainsPackage(String) |
Specifica se il pacchetto è contenuto nel progetto. |
EnsureConnectionsAreLoaded() |
Assicura che le connessioni siano caricate per il progetto. |
GetConfiguredPackageByName(String) |
Ottiene il pacchetto configurato in base al nome. |
GetConnections() |
Ottiene le connessioni per il pacchetto. |
GetPackage(Int32, String) |
Ottiene il pacchetto per il progetto. |
GetPackageByName(String) |
Ottiene il pacchetto in base al nome. |
GetPackageCount() |
Restituisce il numero di pacchetto per il progetto. |
GetPackageNoLoad(Int32, String) |
Ottiene il pacchetto senza un carico. |
GetParameter(Int32) |
Ottiene la raccolta dei parametri del progetto. |
GetParameterCount() |
Ottiene il numero del parametro. |
GetParameterVariable(Int32) |
Ottiene la variabile del parametro per il progetto. |
GetParameterVariableByID(String) |
Ottiene la variabile del parametro in base all'identificatore. |
GetParameterVariableByName(String) |
Ottiene la variabile del parametro in base al nome. |
GetProtectionLevel() |
Ottiene il livello di protezione del progetto. |
GetVariables() |
Ottiene le variabili per il progetto. |
MatchPassword(String) |
Mette in corrispondenza la password per il progetto. |