Propriété Connected
Gets a value indicating whether there is a connection to an instance of Analysis Services.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Connected As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if a connection exists; otherwise, false.