InstanceName Property (ConnectionDescriptor)
In This Topic
The name of the instance to connect to.
Syntax
'Declaration
<CanBeNullAttribute()>
Public Property InstanceName As String
[CanBeNull()]
public string InstanceName {get; set;}
[CanBeNull()]
public:
property String^ InstanceName {
String^ get();
void set ( String^ value);
}
See Also