Partager via


Interface IDTSPropertiesProvider100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre 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.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")> _
Public Interface IDTSPropertiesProvider100
'Utilisation
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

Le type IDTSPropertiesProvider100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Properties Infrastructure. Gets a collection that contains IDTSProperty100 objects that have properties and methods for use with the container.

Haut de la page

Méthodes

  Nom Description
Méthode publique ComputeExpressions Infrastructure. Computes the expressions associated with the properties.
Méthode publique GetExpression Infrastructure. Returns a String that contains the expression for the specified property. Null means no expression is assigned.
Méthode publique SetExpression Infrastructure. Assigns the specified expression to the property. Specify nullune référence Null (Nothing dans Visual Basic) to remove an existing expression from the property.

Haut de la page

Notes

For more information, see IDTSPropertiesProvider.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper