Partager via


Propriété ConnectionManagerHostClass.InnerObject

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property InnerObject As Object 
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IDTSObjectHost100.InnerObject

Notes

For more information, see ConnectionManager.

Voir aussi

Référence

ConnectionManagerHostClass Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper