Proprietà Server.Connected

Gets a value indicating whether there is a connection to an instance of Analysis Services.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property Connected As Boolean 
    Get
'Utilizzo
Dim instance As Server 
Dim value As Boolean 

value = instance.Connected
[BrowsableAttribute(false)]
public bool Connected { get; }
[BrowsableAttribute(false)]
public:
property bool Connected {
    bool get ();
}
[<BrowsableAttribute(false)>]
member Connected : bool
function get Connected () : boolean

Valore proprietà

Tipo: System.Boolean
true if a connection exists; otherwise, false.

Vedere anche

Riferimento

Server Classe

Spazio dei nomi Microsoft.AnalysisServices