Share via


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)