IsDestinationPathVariable プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Dts.Tasks.FileSystemTask
アセンブリ: Microsoft.SqlServer.FileSystemTask (Microsoft.SqlServer.FileSystemTask.dll)
構文
'宣言
Property IsDestinationPathVariable As Boolean
Get
Set
'使用
Dim instance As IDTSFileSystemTask
Dim value As Boolean
value = instance.IsDestinationPathVariable
instance.IsDestinationPathVariable = value
bool IsDestinationPathVariable { get; set; }
property bool IsDestinationPathVariable {
bool get ();
void set (bool value);
}
abstract IsDestinationPathVariable : bool with get, set
function get IsDestinationPathVariable () : boolean
function set IsDestinationPathVariable (value : boolean)