Compartilhar via


Interface IDTSPropertiesProvider100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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 (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")> _
Public Interface IDTSPropertiesProvider100
'Uso
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

O tipo IDTSPropertiesProvider100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Properties Infraestrutura. Gets a collection that contains IDTSProperty100 objects that have properties and methods for use with the container.

Início

Métodos

  Nome Descrição
Método público ComputeExpressions Infraestrutura. Computes the expressions associated with the properties.
Método público GetExpression Infraestrutura. Returns a String that contains the expression for the specified property. Null means no expression is assigned.
Método público SetExpression Infraestrutura. Assigns the specified expression to the property. Specify nulluma referência nula (Nothing no Visual Basic) to remove an existing expression from the property.

Início

Comentários

For more information, see IDTSPropertiesProvider.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper