Mimer SQL Data Provider
Service Property




Mimer.Data.Client Namespace > MimerConnectionStringBuilder Class : Service Property
For protocol tcp this is the port number and for protocol NamedPipes this is the name of the database server.
Syntax
'Declaration
 
Public Property Service As String
public string Service {get; set;}
public read-write property Service: String; 
public function get,set Service : String
public: __property string* get_Service();
public: __property void set_Service( 
   string* value
);
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerConnectionStringBuilder Class
MimerConnectionStringBuilder Members