Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.