BuildConnectionDescriptor Method (ConnectionDescriptor)
In This Topic
Creates a ConnectionDescriptor for the specified parameters and returns a string representation
Syntax
Parameters
- computerName
- The name or IP address of the computer to connect to. Use a null reference (Nothing in Visual Basic) or empty for local computer
- portNumber
- The port to connect to. Specify a null reference (Nothing in Visual Basic) to use the default port
- instanceName
- The instance to connect to. Use a null reference (Nothing in Visual Basic) or empty for default instance
See Also