Partager via


ScriptObjectModel.Logging Property

NOTE: This property is now obsolete.

Returns the IDTSLogging object for the package.

Espace de noms: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in microsoft.sqlserver.scripttask.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute> _
Public ReadOnly Property Logging As IDTSLogging
[ObsoleteAttribute] 
public IDTSLogging Logging { get; }
[ObsoleteAttribute] 
public:
property IDTSLogging^ Logging {
    IDTSLogging^ get ();
}
/** @property */
public IDTSLogging get_Logging ()
public function get Logging () : IDTSLogging

Valeur de propriété

The IDTSLogging object for the package that provides logging properties and the ability to save log entries to enabled log providers.

Notes

Use the ScriptObjectModel method of the Dts object in Script task code to perform logging, instead of the obsolete Logging property.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ScriptObjectModel Class
ScriptObjectModel Members
Microsoft.SqlServer.Dts.Tasks.ScriptTask Namespace