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 | |
---|---|---|
![]() |
DataType | Infrastructure. Gets the data type of the Parameter object. (hérité de IDTSParameter100.) |
![]() |
IncludeInDebugDump | Infrastructure. Gets or sets a value that indicates whether the Parameter object is included in a debug dump. (hérité de IDTSParameter100.) |
![]() |
Required | Infrastructure. Gets or sets a value that indicates whether the Parameter object is a required parameter. (hérité de IDTSParameter100.) |
![]() |
Sensitive | Infrastructure. Gets or sets a value that indicates whether the Parameter object contains sensitive data. (hérité de IDTSParameter100.) |
![]() |
Value | Infrastructure. Gets or sets the value of the Parameter object. (hérité de IDTSParameter100.) |
Haut de la page