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 ConnectionManager oggetto 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 package che viene utilizzato dal componente per acquisire una connessione a una sorgente di dati esterna. I componenti del flusso dati che richiedono connessioni a sorgenti dati esterne aggiungono una connessione RuntimeConnectionCollection in tempo reale per indicare la necessità di una connessione.
Proprietà
| Nome | Descrizione |
|---|---|
| ConnectionManager |
Ottiene o imposta l'oggetto IDTSConnectionManager100 a cui si fa riferimento l'oggetto di connessione in tempo di esecuzione. |
| ConnectionManagerID |
Ottiene o imposta l'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 unico l'oggetto IDTSRuntimeConnection100 . |
| Name |
Ottiene o imposta il nome dell'oggetto di connessione in tempo reale. |
| ObjectType |
Ottiene il DTSObjectType di l'oggetto di connessione in tempo reale. |
Metodi
| Nome | Descrizione |
|---|---|
| ReleaseConnectionManager() |
Rilascia il riferimento a un ConnectionManager oggetto a cui si fa referenza IDTSRuntimeConnection100 . |