Свойство LoggingOptions
Returns an object that contains properties that indicates the filtering and logging resource for containers. This property is read-only.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property LoggingOptions As LoggingOptions
Get
'Применение
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
Значение свойства
Тип Microsoft.SqlServer.Dts.Runtime. . :: . .LoggingOptions
An object that contains the available logging provider options and filters for containers.
См. также