IDTSRuntimeConnection100 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.
Fa riferimento a un oggetto ConnectionManager in un pacchetto.
public interface class IDTSRuntimeConnection100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("5EE09EA0-3383-4BA7-9E13-86A66B0DAD09")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("AD284E5F-02E6-4908-A96C-AE248F18CE1A")]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("BD19BA31-8591-453D-A176-C8FF085C2CF7")]
public interface IDTSRuntimeConnection100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("5EE09EA0-3383-4BA7-9E13-86A66B0DAD09")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRuntimeConnection100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("AD284E5F-02E6-4908-A96C-AE248F18CE1A")>]
type IDTSRuntimeConnection100 = interface
interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("BD19BA31-8591-453D-A176-C8FF085C2CF7")>]
type IDTSRuntimeConnection100 = interface
interface IDTSObject100
Public Interface IDTSRuntimeConnection100
Implements IDTSObject100
- Attributi
- Implementazioni
Commenti
L'oggetto IDTSRuntimeConnection100 contiene un riferimento a un ConnectionManager oggetto nel pacchetto utilizzato dal componente per acquisire una connessione a un'origine dati esterna. I componenti del flusso di dati che richiedono connessioni alle origini dati esterne aggiungono una connessione di runtime all'oggetto RuntimeConnectionCollection per indicare la necessità di una connessione.
Proprietà
ConnectionManager |
Ottiene o imposta l'oggetto IDTSConnectionManager100 a cui fa riferimento l'oggetto connessione di run-time. |
ConnectionManagerID |
Ottiene o imposta ID dell'oggetto ConnectionManager contenuto nel pacchetto e utilizzato dal componente. |
Description |
Ottiene o imposta la descrizione dell'oggetto IDTSRuntimeConnection100. |
ID |
Ottiene o imposta l'ID dell'oggetto IDTSRuntimeConnection100. |
IdentificationString |
Ottiene una stringa che identifica in modo univoco l'oggetto IDTSRuntimeConnection100. |
Name |
Ottiene o imposta il nome dell'oggetto connessione di run-time. |
ObjectType |
Ottiene l'oggetto DTSObjectType dell'oggetto connessione di run-time. |
Metodi
ReleaseConnectionManager() |
Rilascia il riferimento a un oggetto ConnectionManager a cui fa riferimento un oggetto IDTSRuntimeConnection100. |