AuthenticationInfoCollection.IsSynchronized 속성

Gets a value indicating whether access to the collection is synchronized.

네임스페이스:  Microsoft.SqlServer.Management.UI.ConnectionDlg
어셈블리:  ConnectionDlg(ConnectionDlg.dll)

구문

‘선언
Public Overridable ReadOnly Property IsSynchronized As Boolean 
    Get
‘사용 방법
Dim instance As AuthenticationInfoCollection 
Dim value As Boolean 

value = instance.IsSynchronized
public virtual bool IsSynchronized { get; }
public:
virtual property bool IsSynchronized {
    bool get ();
}
abstract IsSynchronized : bool 
override IsSynchronized : bool
function get IsSynchronized () : boolean

속성 값

유형: System.Boolean
true if access to the collection is synchronized; otherwise, false.

구현

ICollection.IsSynchronized

참고 항목

참조

AuthenticationInfoCollection 클래스

Microsoft.SqlServer.Management.UI.ConnectionDlg 네임스페이스