Свойство Connected
Gets a value indicating whether there is a connection to an instance of Службы Analysis Services.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Connected As Boolean
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Boolean
true if a connection exists; otherwise, false.