Mimer SQL Data Provider
Node Property




Mimer.Data.Client Namespace > MimerConnectionStringBuilder Class : Node Property
The network node the database server is located on. For protocol tcp this is the TCP/IP node name or IP address.
Syntax
'Declaration
 
Public Property Node As String
public string Node {get; set;}
public read-write property Node: String; 
public function get,set Node : String
public: __property string* get_Node();
public: __property void set_Node( 
   string* value
);
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnectionStringBuilder Class
MimerConnectionStringBuilder Members