Interface Parameter
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
For more information, see ParameterClass.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")> _
Public Interface Parameter _
Inherits IDTSParameter100
'Uso
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
O tipo Parameter expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
DataType | Infraestrutura. Gets the data type of the Parameter object. (Herdado de IDTSParameter100.) | |
IncludeInDebugDump | Infraestrutura. Gets or sets a value that indicates whether the Parameter object is included in a debug dump. (Herdado de IDTSParameter100.) | |
Required | Infraestrutura. Gets or sets a value that indicates whether the Parameter object is a required parameter. (Herdado de IDTSParameter100.) | |
Sensitive | Infraestrutura. Gets or sets a value that indicates whether the Parameter object contains sensitive data. (Herdado de IDTSParameter100.) | |
Value | Infraestrutura. Gets or sets the value of the Parameter object. (Herdado de IDTSParameter100.) |
Início