'Declaration Public Function New( _ ByVal server As String, _ ByVal port As Nullable(Of Integer), _ ByVal instance As String _ )
'Declaration
Public Function New( _ ByVal server As String, _ ByVal port As Nullable(Of Integer), _ ByVal instance As String _ )
public ConnectionDescriptor( string server, Nullable<int> port, string instance )
ConnectionDescriptor Class ConnectionDescriptor Members Overload List