ConnectionDescriptor Constructor(String,Nullable<Int32>,String)
 
            
                In This Topic
            
            
            Creates a new connection descriptor
            
            
            
            Syntax
            
        
            Parameters
- server
 
- The name or IP address of the computer to connect to. Specify a null reference (Nothing in Visual Basic), an empty string, ".", or "localhost" to connect to the local computer
 - port
 
- The port to connect to. Specify a null reference (Nothing in Visual Basic) to use the default port (3760).
 - instance
 
- The instance to connect to. Specify a null reference (Nothing in Visual Basic) or an empty string to connect to the default instance.
 
             
            
            
            
            
            
            
            
            
            
            
            
            See Also