public bool EnableConnectionLevelAttributes { get; set; }Public Property EnableConnectionLevelAttributes As Boolean
Get
Setpublic:
property bool EnableConnectionLevelAttributes {
bool get ();
void set (bool value);
}member EnableConnectionLevelAttributes : bool with get, setEnableConnectionLevelAttributes is supported on all runtimes.
If enabled, SqlConnection DataSource will be parsed and the server name will be sent as the AttributeServerAddress tag, the instance name will be sent as the AttributeDbMsSqlInstanceName tag, and the port will be sent as the AttributeServerPort tag if it is not 1433 (the default port).