Proprietà ConnectionManagerHostClass.InnerObject

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the specific connection type that was created. This property is read-only.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property InnerObject As Object 
    Get
'Utilizzo
Dim instance As ConnectionManagerHostClass 
Dim value As Object 

value = instance.InnerObject
public virtual Object InnerObject { get; }
public:
virtual property Object^ InnerObject {
    Object^ get ();
}
abstract InnerObject : Object 
override InnerObject : Object
function get InnerObject () : Object

Valore proprietà

Tipo: System.Object
The object that contains the hosted item.

Implementa

IDTSObjectHost100.InnerObject

Osservazioni

For more information, see ConnectionManager.

Vedere anche

Riferimento

ConnectionManagerHostClass Classe

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