AuthenticationInfoCollection.DefaultIndex 속성

Gets or sets the index of the default object within the collection.

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

구문

‘선언
Public Property DefaultIndex As Integer 
    Get 
    Set
‘사용 방법
Dim instance As AuthenticationInfoCollection 
Dim value As Integer 

value = instance.DefaultIndex

instance.DefaultIndex = value
public int DefaultIndex { get; set; }
public:
property int DefaultIndex {
    int get ();
    void set (int value);
}
member DefaultIndex : int with get, set
function get DefaultIndex () : int 
function set DefaultIndex (value : int)

속성 값

유형: System.Int32
An integer that represents the index of the default object within the collection.

참고 항목

참조

AuthenticationInfoCollection 클래스

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