Compartir a través de


Interfaz Parameter

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

For more information, see ParameterClass.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")> _
Public Interface Parameter _
    Inherits IDTSParameter100
'Uso
Dim instance As Parameter
[GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")]
public interface Parameter : IDTSParameter100
[GuidAttribute(L"05836784-9B51-4AA5-9C5F-E9C0B62A7001")]
public interface class Parameter : IDTSParameter100
[<GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")>]
type Parameter =  
    interface 
        interface IDTSParameter100 
    end
public interface Parameter extends IDTSParameter100

El tipo Parameter expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DataType Infraestructura. Gets the data type of the Parameter object. (Se hereda de IDTSParameter100.)
Propiedad pública IncludeInDebugDump Infraestructura. Gets or sets a value that indicates whether the Parameter object is included in a debug dump. (Se hereda de IDTSParameter100.)
Propiedad pública Required Infraestructura. Gets or sets a value that indicates whether the Parameter object is a required parameter. (Se hereda de IDTSParameter100.)
Propiedad pública Sensitive Infraestructura. Gets or sets a value that indicates whether the Parameter object contains sensitive data. (Se hereda de IDTSParameter100.)
Propiedad pública Value Infraestructura. Gets or sets the value of the Parameter object. (Se hereda de IDTSParameter100.)

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper