Freigeben über


IDTSLoggingOptions100.GetColumnFilteredEvents-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

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[]

Rückgabewert

Typ: array<System.String[]
An array of strings that contain the events that have a column filter set on them.

Siehe auch

Verweis

IDTSLoggingOptions100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace