次の方法で共有


IsSourcePathVariable プロパティ

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

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

構文

'宣言
Property IsSourcePathVariable As Boolean
    Get
    Set
'使用
Dim instance As IDTSFileSystemTask
Dim value As Boolean

value = instance.IsSourcePathVariable

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

プロパティ値

型: System. . :: . .Boolean