IDTSExpression100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
<GuidAttribute("527DCF67-B104-449C-9382-600D4A7CBCD7")> _
Public Interface IDTSExpression100
'Usage
Dim instance As IDTSExpression100
[GuidAttribute("527DCF67-B104-449C-9382-600D4A7CBCD7")]
public interface IDTSExpression100
[GuidAttribute(L"527DCF67-B104-449C-9382-600D4A7CBCD7")]
public interface class IDTSExpression100
[<GuidAttribute("527DCF67-B104-449C-9382-600D4A7CBCD7")>]
type IDTSExpression100 =  interface end
public interface IDTSExpression100

The IDTSExpression100 type exposes the following members.

Properties

  Name Description
Public property Expression Infrastructure.

Top