Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns an object that contains properties that indicates the filtering and logging resource for containers. This property is read-only.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property LoggingOptions As LoggingOptions
Get
'Usage
Dim instance As DtsContainer
Dim value As LoggingOptions
value = instance.LoggingOptions
[BrowsableAttribute(false)]
public LoggingOptions LoggingOptions { get; }
[BrowsableAttribute(false)]
public:
property LoggingOptions^ LoggingOptions {
LoggingOptions^ get ();
}
[<BrowsableAttribute(false)>]
member LoggingOptions : LoggingOptions
function get LoggingOptions () : LoggingOptions
Eigenschaftswert
Typ: Microsoft.SqlServer.Dts.Runtime.LoggingOptions
An object that contains the available logging provider options and filters for containers.