Interfaccia IDTSPropertiesProvider100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
<GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")> _
Public Interface IDTSPropertiesProvider100
'Utilizzo
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

Nel tipo IDTSPropertiesProvider100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Properties Infrastruttura. Gets a collection that contains IDTSProperty100 objects that have properties and methods for use with the container.

In alto

Metodi

  Nome Descrizione
Metodo pubblico ComputeExpressions Infrastruttura. Computes the expressions associated with the properties.
Metodo pubblico GetExpression Infrastruttura. Returns a String that contains the expression for the specified property. Null means no expression is assigned.
Metodo pubblico SetExpression Infrastruttura. Assigns the specified expression to the property. Specify nullriferimento Null (Nothing in Visual Basic). to remove an existing expression from the property.

In alto

Osservazioni

For more information, see IDTSPropertiesProvider.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper