Location 属性

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
程序集:  Microsoft.SqlServer.Exec80PackageTask(在 Microsoft.SqlServer.Exec80PackageTask.dll 中)

语法

声明
Property Location As Exec80PackageTask..::..Locations
    Get
    Set
用法
Dim instance As IDTSExec80PackageTask
Dim value As Exec80PackageTask..::..Locations

value = instance.Location

instance.Location = value
Exec80PackageTask..::..Locations Location { get; set; }
property Exec80PackageTask..::..Locations Location {
    Exec80PackageTask..::..Locations get ();
    void set (Exec80PackageTask..::..Locations value);
}
abstract Location : Exec80PackageTask..::..Locations with get, set
function get Location () : Exec80PackageTask..::..Locations
function set Location (value : Exec80PackageTask..::..Locations)