共用方式為


ConnectionManagerFtpClass.Scope 屬性

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

Gets or sets the scope of the connection.

命名空間:  Microsoft.SqlServer.Dts.Runtime.Wrapper
組件:  Microsoft.SqlServer.DTSRuntimeWrap (在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

語法

'宣告
Public Overridable Property Scope As DTSConnectionManagerScope 
    Get 
    Set
'用途
Dim instance As ConnectionManagerFtpClass 
Dim value As DTSConnectionManagerScope 

value = instance.Scope

instance.Scope = value
public virtual DTSConnectionManagerScope Scope { get; set; }
public:
virtual property DTSConnectionManagerScope Scope {
    DTSConnectionManagerScope get ();
    void set (DTSConnectionManagerScope value);
}
abstract Scope : DTSConnectionManagerScope with get, set 
override Scope : DTSConnectionManagerScope with get, set
function get Scope () : DTSConnectionManagerScope 
function set Scope (value : DTSConnectionManagerScope)

屬性值

型別:Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSConnectionManagerScope
The scope of the connection.

實作

IDTSConnectionManager100.Scope

備註

For more information, see ConnectionManager.

請參閱

參考

ConnectionManagerFtpClass 類別

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間