Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
For more information, see ParameterClass.
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 Parameter _
Inherits IDTSParameter100
'Usage
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
The Parameter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DataType | Infrastructure. Gets the data type of the Parameter object. (Inherited from IDTSParameter100.) |
![]() |
IncludeInDebugDump | Infrastructure. Gets or sets a value that indicates whether the Parameter object is included in a debug dump. (Inherited from IDTSParameter100.) |
![]() |
Required | Infrastructure. Gets or sets a value that indicates whether the Parameter object is a required parameter. (Inherited from IDTSParameter100.) |
![]() |
Sensitive | Infrastructure. Gets or sets a value that indicates whether the Parameter object contains sensitive data. (Inherited from IDTSParameter100.) |
![]() |
Value | Infrastructure. Gets or sets the value of the Parameter object. (Inherited from IDTSParameter100.) |
Top