Interface IDTSParameter100
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents an interface for the abstract base class used by both package parameter and project parameter.
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 IDTSParameter100
'Utilisation
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
Le type IDTSParameter100 expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
DataType | Infrastructure. Gets the data type of the Parameter object. |
![]() |
IncludeInDebugDump | Infrastructure. Gets or sets a value that indicates whether the Parameter object is included in a debug dump. |
![]() |
Required | Infrastructure. Gets or sets a value that indicates whether the Parameter object is a required parameter. |
![]() |
Sensitive | Infrastructure. Gets or sets a value that indicates whether the Parameter object contains sensitive data. |
![]() |
Value | Infrastructure. Gets or sets the value of the Parameter object. |
Haut de la page