共用方式為


DtsVariableName 屬性

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

命名空間:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
組件:  Microsoft.SqlServer.SQLTask (在 Microsoft.SqlServer.SQLTask.dll 中)

語法

'宣告
Property DtsVariableName As String
    Get
    Set
'用途
Dim instance As IDTSResultBinding
Dim value As String

value = instance.DtsVariableName

instance.DtsVariableName = value
string DtsVariableName { get; set; }
property String^ DtsVariableName {
    String^ get ();
    void set (String^ value);
}
abstract DtsVariableName : string with get, set
function get DtsVariableName () : String
function set DtsVariableName (value : String)

屬性值

型別:System. . :: . .String