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)
Syntax
'宣言
Property ConnectionString As String
'使用
Dim instance As IVsDataConnectionSupport
Dim value As String
value = instance.ConnectionString
instance.ConnectionString = value
string ConnectionString { get; set; }
property String^ ConnectionString {
String^ get ();
void set (String^ value);
}
function get ConnectionString () : String
function set ConnectionString (value : String)
Property Value
Type: System.String
A string representation of the data source connection information.
Permissions
- 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.
See Also
Reference
IVsDataConnectionSupport Interface
IVsDataConnectionSupport Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace