IDTSLoggingOptions100.GetColumnFilteredEvents Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns a string array that contains a list of events that have a column filter set.
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[]
An array of strings that contain the events that have a column filter set on them.