共用方式為


ConnectionManager.OfflineMode 屬性

Gets or sets a value that indicates whether the connection manager is in offline mode.

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

語法

'宣告
<BrowsableAttribute(False)> _
Public Property OfflineMode As Boolean 
    Get 
    Set
'用途
Dim instance As ConnectionManager 
Dim value As Boolean 

value = instance.OfflineMode

instance.OfflineMode = value
[BrowsableAttribute(false)]
public bool OfflineMode { get; set; }
[BrowsableAttribute(false)]
public:
property bool OfflineMode {
    bool get ();
    void set (bool value);
}
[<BrowsableAttribute(false)>]
member OfflineMode : bool with get, set
function get OfflineMode () : boolean 
function set OfflineMode (value : boolean)

屬性值

型別:System.Boolean
true if the connection manager is in offline mode; otherwise, false.

請參閱

參考

ConnectionManager 類別

Microsoft.SqlServer.Dts.Runtime 命名空間