IVsDataConnectionSupport.ConnectionString Property
When implemented by a class, gets or sets a string representation of information required to establish a specified data source connection.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
'Déclaration
Property ConnectionString As String
Get
Set
string ConnectionString { get; set; }
property String^ ConnectionString {
String^ get ();
void set (String^ value);
}
abstract ConnectionString : string with get, set
function get ConnectionString () : String
function set ConnectionString (value : String)
Type: System.String
A string representation of the data source connection information.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
IVsDataConnectionSupport Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace