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
Property BindedVariableOrParameterName As String
Get
Set
'Usage
Dim instance As IDTSParameterAssignment
Dim value As String
value = instance.BindedVariableOrParameterName
instance.BindedVariableOrParameterName = value
string BindedVariableOrParameterName { get; set; }
property String^ BindedVariableOrParameterName {
String^ get ();
void set (String^ value);
}
abstract 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.