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.
Gets or sets the name of the parameter.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Syntax
'Declaration
Property ParameterName As Object
Get
Set
'Usage
Dim instance As IDTSParameterBinding
Dim value As Object
value = instance.ParameterName
instance.ParameterName = value
Object ParameterName { get; set; }
property Object^ ParameterName {
Object^ get ();
void set (Object^ value);
}
abstract ParameterName : Object with get, set
function get ParameterName () : Object
function set ParameterName (value : Object)
Property Value
Type: System.Object
The name of the parameter.