Compartilhar via


Interface IDTSResultBinding

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

Defines the properties for the result binding.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (em Microsoft.SqlServer.SQLTask.dll)

Sintaxe

'Declaração
Public Interface IDTSResultBinding
'Uso
Dim instance As IDTSResultBinding
public interface IDTSResultBinding
public interface class IDTSResultBinding
type IDTSResultBinding =  interface end
public interface IDTSResultBinding

O tipo IDTSResultBinding expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DtsVariableName Infraestrutura. Gets or sets the name of the SSIS package variable.
Propriedade pública ResultName Infraestrutura. Gets or sets the name of the result.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask