Interfaccia Parameter
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
For more information, see ParameterClass.
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 Parameter _
Inherits IDTSParameter100
'Utilizzo
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
Nel tipo Parameter sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
DataType | Infrastruttura. Gets the data type of the Parameter object. Ereditato da IDTSParameter100. | |
IncludeInDebugDump | Infrastruttura. Gets or sets a value that indicates whether the Parameter object is included in a debug dump. Ereditato da IDTSParameter100. | |
Required | Infrastruttura. Gets or sets a value that indicates whether the Parameter object is a required parameter. Ereditato da IDTSParameter100. | |
Sensitive | Infrastruttura. Gets or sets a value that indicates whether the Parameter object contains sensitive data. Ereditato da IDTSParameter100. | |
Value | Infrastruttura. Gets or sets the value of the Parameter object. Ereditato da IDTSParameter100. |
In alto