For ConnectionMode.RoundRobin, the currently active index of the Connection item.              -1 is the default connection.              0-n is the server item entry index of the associated Items              
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property ActiveConnectionItemIndex As Integer  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As Connection
Dim value As Integer
 
instance.ActiveConnectionItemIndex = value
 
value = instance.ActiveConnectionItemIndex  | 
 
| C# |   | 
|---|
public int ActiveConnectionItemIndex {get; set;} | 
 
            
            
             
            
            
            
            
            
            
            
            
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
 
            
            
See Also