PackageNeutralClass.LoggingOptions Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the filtering and logging resource for the package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property LoggingOptions As IDTSLoggingOptions100
Get
'Usage
Dim instance As PackageNeutralClass
Dim value As IDTSLoggingOptions100
value = instance.LoggingOptions
public virtual IDTSLoggingOptions100 LoggingOptions { get; }
public:
virtual property IDTSLoggingOptions100^ LoggingOptions {
IDTSLoggingOptions100^ get ();
}
abstract LoggingOptions : IDTSLoggingOptions100
override LoggingOptions : IDTSLoggingOptions100
function get LoggingOptions () : IDTSLoggingOptions100
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLoggingOptions100
An IDTSLoggingOptions100 object that contains the available logging provider options and filters for the package.
Implements
IDTSContainer100.LoggingOptions
Remarks
For more information, see Package.