Freigeben über


IDTSEvaluatorContext100-Schnittstelle

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

Represents the interface for the DTS evaluator context.

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

Syntax

'Declaration
<GuidAttribute("45966192-A478-40B8-AA9E-6A94C7771223")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSEvaluatorContext100
'Usage
Dim instance As IDTSEvaluatorContext100
[GuidAttribute("45966192-A478-40B8-AA9E-6A94C7771223")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSEvaluatorContext100
[GuidAttribute(L"45966192-A478-40B8-AA9E-6A94C7771223")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSEvaluatorContext100
[<GuidAttribute("45966192-A478-40B8-AA9E-6A94C7771223")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSEvaluatorContext100 =  interface end
public interface IDTSEvaluatorContext100

Der IDTSEvaluatorContext100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AllowSensitiveValues Infrastruktur Gets whether the IDTSEvaluatorContext100 allows sensitive values.
Öffentliche Eigenschaft Option Infrastruktur Gets the options for IDTSEvaluatorContext100.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace