Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.LoggingOptions
An object that contains the available logging provider options and filters for containers.