Share via


IDTSLoggingOptions100.SelectedLogProviders Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets a collection of log providers selected on the container.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
ReadOnly Property SelectedLogProviders As IDTSSelectedLogProviders100 
    Get
'Usage
Dim instance As IDTSLoggingOptions100 
Dim value As IDTSSelectedLogProviders100 

value = instance.SelectedLogProviders
IDTSSelectedLogProviders100 SelectedLogProviders { get; }
property IDTSSelectedLogProviders100^ SelectedLogProviders {
    IDTSSelectedLogProviders100^ get ();
}
abstract SelectedLogProviders : IDTSSelectedLogProviders100
function get SelectedLogProviders () : IDTSSelectedLogProviders100

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSSelectedLogProviders100
A collection of log providers selected on the container.

See Also

Reference

IDTSLoggingOptions100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace