IDTSParameter100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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
The IDTSParameter100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
DataType | Infrastructure. Gets the data type of the Parameter object. | |
IncludeInDebugDump | Infrastructure. Gets or sets a value that indicates whether the Parameter object is included in a debug dump. | |
Required | Infrastructure. Gets or sets a value that indicates whether the Parameter object is a required parameter. | |
Sensitive | Infrastructure. Gets or sets a value that indicates whether the Parameter object contains sensitive data. | |
Value | Infrastructure. Gets or sets the value of the Parameter object. |
Top