Connected 속성

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

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<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.