Partager via


Propriété LogProviderHostClass.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 log provider that is being hosted by the LogProviderHostClass object.

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 LogProviderHostClass 
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
An object that contains the hosted log provider.

Implémente

IDTSObjectHost100.InnerObject

Notes

For more information, see LogProvider.

Voir aussi

Référence

LogProviderHostClass Classe

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