Interface IDTSEvaluatorContext100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the interface for the DTS evaluator context.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("45966192-A478-40B8-AA9E-6A94C7771223")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSEvaluatorContext100
'Uso
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
O tipo IDTSEvaluatorContext100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
AllowSensitiveValues | Infraestrutura. Gets whether the IDTSEvaluatorContext100 allows sensitive values. | |
Option | Infraestrutura. Gets the options for IDTSEvaluatorContext100. |
Início