Compartilhar via


Interface IDTSParameter100

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

Represents an interface for the abstract base class used by both package parameter and project parameter.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")> _
Public Interface IDTSParameter100
'Uso
Dim instance As IDTSParameter100
[GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")]
public interface IDTSParameter100
[GuidAttribute(L"05836784-9B51-4AA5-9C5F-E9C0B62A7001")]
public interface class IDTSParameter100
[<GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")>]
type IDTSParameter100 =  interface end
public interface IDTSParameter100

O tipo IDTSParameter100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DataType Infraestrutura. Gets the data type of the Parameter object.
Propriedade pública IncludeInDebugDump Infraestrutura. Gets or sets a value that indicates whether the Parameter object is included in a debug dump.
Propriedade pública Required Infraestrutura. Gets or sets a value that indicates whether the Parameter object is a required parameter.
Propriedade pública Sensitive Infraestrutura. Gets or sets a value that indicates whether the Parameter object contains sensitive data.
Propriedade pública Value Infraestrutura. Gets or sets the value of the Parameter object.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper