Bagikan melalui


IDTSPropertiesProvider100 Interface

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

Defines an interface, inherited by containers, that enables properties to be set by an expression, and allows an enumerable collection of properties to be associated with the container.

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

Syntax

'Declaration
<GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")> _
Public Interface IDTSPropertiesProvider100
'Usage
Dim instance As IDTSPropertiesProvider100
[GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")]
public interface IDTSPropertiesProvider100
[GuidAttribute(L"D4F16007-A76F-4701-8AEE-B456C3463B0F")]
public interface class IDTSPropertiesProvider100
[<GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")>]
type IDTSPropertiesProvider100 =  interface end
public interface IDTSPropertiesProvider100

The IDTSPropertiesProvider100 type exposes the following members.

Properties

  Name Description
Public property Properties Infrastructure. Gets a collection that contains IDTSProperty100 objects that have properties and methods for use with the container.

Top

Methods

  Name Description
Public method ComputeExpressions Infrastructure. Computes the expressions associated with the properties.
Public method GetExpression Infrastructure. Returns a String that contains the expression for the specified property. Null means no expression is assigned.
Public method SetExpression Infrastructure. Assigns the specified expression to the property. Specify nulla null reference (Nothing in Visual Basic) to remove an existing expression from the property.

Top

Remarks

For more information, see IDTSPropertiesProvider.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace