إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Gets or sets the name of the SSIS package variable.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Syntax
'Declaration
Public Property DtsVariableName As String
Get
Set
'Usage
Dim instance As ResultParameter
Dim value As String
value = instance.DtsVariableName
instance.DtsVariableName = value
public string DtsVariableName { get; set; }
public:
property String^ DtsVariableName {
String^ get ();
void set (String^ value);
}
member DtsVariableName : string with get, set
function get DtsVariableName () : String
function set DtsVariableName (value : String)
Property Value
Type: System.String
A String containing the name of the package variable.