Share via


DtsServerType.IsEnabled Property

Gets a value that indicates whether server connection is enabled.

Namespace:  Microsoft.SqlServer.Management.UI.ConnectionDlg
Assembly:  ConnectionDlg (in ConnectionDlg.dll)

Syntax

'Declaration
Public Shared ReadOnly Property IsEnabled As Boolean 
    Get
'Usage
Dim value As Boolean 

value = DtsServerType.IsEnabled
public static bool IsEnabled { get; }
public:
static property bool IsEnabled {
    bool get ();
}
static member IsEnabled : bool
static function get IsEnabled () : boolean

Property Value

Type: System.Boolean
true if the server connection is enabled; otherwise, false.

See Also

Reference

DtsServerType Class

Microsoft.SqlServer.Management.UI.ConnectionDlg Namespace