IDTSExpression100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the interface for the expression.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("D10942AD-3012-4E44-B62E-91D7CC14CA67")> _
Public Interface IDTSExpression100
'Usage
Dim instance As IDTSExpression100
[GuidAttribute("D10942AD-3012-4E44-B62E-91D7CC14CA67")]
public interface IDTSExpression100
[GuidAttribute(L"D10942AD-3012-4E44-B62E-91D7CC14CA67")]
public interface class IDTSExpression100
[<GuidAttribute("D10942AD-3012-4E44-B62E-91D7CC14CA67")>]
type IDTSExpression100 = interface end
public interface IDTSExpression100
The IDTSExpression100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
Expression | Infrastructure. Gets or sets the expression. |
Top