IDTSParameter100-Schnittstelle
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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 (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("05836784-9B51-4AA5-9C5F-E9C0B62A7001")> _
Public Interface IDTSParameter100
'Usage
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
Der IDTSParameter100-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
DataType | Infrastruktur Gets the data type of the Parameter object. | |
IncludeInDebugDump | Infrastruktur Gets or sets a value that indicates whether the Parameter object is included in a debug dump. | |
Required | Infrastruktur Gets or sets a value that indicates whether the Parameter object is a required parameter. | |
Sensitive | Infrastruktur Gets or sets a value that indicates whether the Parameter object contains sensitive data. | |
Value | Infrastruktur Gets or sets the value of the Parameter object. |
Zum Anfang