IDTSPropertiesProvider100-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
Der IDTSPropertiesProvider100-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
Properties | Infrastruktur Gets a collection that contains IDTSProperty100 objects that have properties and methods for use with the container. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
ComputeExpressions | Infrastruktur Computes the expressions associated with the properties. | |
GetExpression | Infrastruktur Returns a String that contains the expression for the specified property. Null means no expression is assigned. | |
SetExpression | Infrastruktur Assigns the specified expression to the property. Specify nullein NULL-Verweis (Nothing in Visual Basic) to remove an existing expression from the property. |
Zum Anfang
Hinweise
For more information, see IDTSPropertiesProvider.