Partager via


Interface Parameter

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see ParameterClass.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")> _
Public Interface Parameter _
    Inherits IDTSParameter100
'Utilisation
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

Le type Parameter expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DataType Infrastructure. Gets the data type of the Parameter object. (hérité de IDTSParameter100.)
Propriété publique IncludeInDebugDump Infrastructure. Gets or sets a value that indicates whether the Parameter object is included in a debug dump. (hérité de IDTSParameter100.)
Propriété publique Required Infrastructure. Gets or sets a value that indicates whether the Parameter object is a required parameter. (hérité de IDTSParameter100.)
Propriété publique Sensitive Infrastructure. Gets or sets a value that indicates whether the Parameter object contains sensitive data. (hérité de IDTSParameter100.)
Propriété publique Value Infrastructure. Gets or sets the value of the Parameter object. (hérité de IDTSParameter100.)

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper