Interfaccia IDTSParameter100
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents an interface for the abstract base class used by both package parameter and project parameter.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")> _
Public Interface IDTSParameter100
'Utilizzo
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
Nel tipo IDTSParameter100 sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
DataType | Infrastruttura. Gets the data type of the Parameter object. | |
IncludeInDebugDump | Infrastruttura. Gets or sets a value that indicates whether the Parameter object is included in a debug dump. | |
Required | Infrastruttura. Gets or sets a value that indicates whether the Parameter object is a required parameter. | |
Sensitive | Infrastruttura. Gets or sets a value that indicates whether the Parameter object contains sensitive data. | |
Value | Infrastruttura. Gets or sets the value of the Parameter object. |
In alto