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.
Gets or sets the binded variable or parameter name.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
Public Overridable Property BindedVariableOrParameterName As String
Get
Set
'Usage
Dim instance As ParameterAssignmentClass
Dim value As String
value = instance.BindedVariableOrParameterName
instance.BindedVariableOrParameterName = value
public virtual string BindedVariableOrParameterName { get; set; }
public:
virtual property String^ BindedVariableOrParameterName {
String^ get ();
void set (String^ value);
}
abstract BindedVariableOrParameterName : string with get, set
override BindedVariableOrParameterName : string with get, set
function get BindedVariableOrParameterName () : String
function set BindedVariableOrParameterName (value : String)
Property Value
Type: System.String
The binded variable or parameter name.
Implements
IDTSParameterAssignment.BindedVariableOrParameterName