Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Returns column filter for the specified event.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub GetColumnFilter ( _
EventName As String, _
<OutAttribute> ByRef ColumnFilter As DTS_EVENT_COLUMN_FILTER _
)
'Usage
Dim instance As IDTSLoggingOptions100
Dim EventName As String
Dim ColumnFilter As DTS_EVENT_COLUMN_FILTER
instance.GetColumnFilter(EventName, ColumnFilter)
void GetColumnFilter(
string EventName,
out DTS_EVENT_COLUMN_FILTER ColumnFilter
)
void GetColumnFilter(
[InAttribute] String^ EventName,
[OutAttribute] DTS_EVENT_COLUMN_FILTER% ColumnFilter
)
abstract GetColumnFilter :
EventName:string *
ColumnFilter:DTS_EVENT_COLUMN_FILTER byref -> unit
function GetColumnFilter(
EventName : String,
ColumnFilter : DTS_EVENT_COLUMN_FILTER
)
Parameters
- EventName
Type: System.String
The name of the event whose columns you want to control.
- ColumnFilter
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_EVENT_COLUMN_FILTER%
The column filter.