共用方式為


IDTSFileSystemTask.IsDestinationPathVariable 屬性

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Gets or sets a value that indicates whether destination information is located in a package variable.

命名空間:  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)

屬性值

型別:System.Boolean
true if the destination information is found in a package variable; false if the destination is a FILE connection.

請參閱

參考

IDTSFileSystemTask 介面

Microsoft.SqlServer.Dts.Tasks.FileSystemTask 命名空間