इसके माध्यम से साझा किया गया


IDTSLoggingOptions100.GetColumnFilteredEvents Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information, see LoggingOptions.

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

Syntax

'Declaration
Function GetColumnFilteredEvents As String()
'Usage
Dim instance As IDTSLoggingOptions100
Dim returnValue As String()

returnValue = instance.GetColumnFilteredEvents()
string[] GetColumnFilteredEvents()
array<String^>^ GetColumnFilteredEvents()
abstract GetColumnFilteredEvents : unit -> string[] 
function GetColumnFilteredEvents() : String[]

Return Value

Type: array<System.String[]