Interface IDTSParameter100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents an interface for the abstract base class used by both package parameter and project parameter.
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 IDTSParameter100
'Uso
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
O tipo IDTSParameter100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
DataType | Infraestrutura. Gets the data type of the Parameter object. | |
IncludeInDebugDump | Infraestrutura. Gets or sets a value that indicates whether the Parameter object is included in a debug dump. | |
Required | Infraestrutura. Gets or sets a value that indicates whether the Parameter object is a required parameter. | |
Sensitive | Infraestrutura. Gets or sets a value that indicates whether the Parameter object contains sensitive data. | |
Value | Infraestrutura. Gets or sets the value of the Parameter object. |
Início