次の方法で共有


IsRemotePathVariable プロパティ

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.SqlServer.Dts.Tasks.FtpTask
アセンブリ:  Microsoft.SqlServer.FtpTask (Microsoft.SqlServer.FtpTask.dll)

構文

'宣言
Property IsRemotePathVariable As Boolean
    Get
    Set
'使用
Dim instance As IDTSFTPTask
Dim value As Boolean

value = instance.IsRemotePathVariable

instance.IsRemotePathVariable = value
bool IsRemotePathVariable { get; set; }
property bool IsRemotePathVariable {
    bool get ();
    void set (bool value);
}
abstract IsRemotePathVariable : bool with get, set
function get IsRemotePathVariable () : boolean
function set IsRemotePathVariable (value : boolean)

プロパティ値

型: System. . :: . .Boolean