In This Topic
The database server (host) name or address.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property ServerName As String
[CanBeNull()]
public string ServerName {get; set;}
[CanBeNull()]
public:
property String^ ServerName {
String^ get();
void set ( String^ value);
}
See Also