Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the connection string used to establish a connection with a specified data source.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property ConnectionString As String
Get
Set
'Usage
Dim instance As ConnectionSettings
Dim value As String
value = instance.ConnectionString
instance.ConnectionString = value
[BrowsableAttribute(false)]
public string ConnectionString { get; set; }
[BrowsableAttribute(false)]
public:
property String^ ConnectionString {
String^ get ();
void set (String^ value);
}
[<BrowsableAttribute(false)>]
member ConnectionString : string with get, set
function get ConnectionString () : String
function set ConnectionString (value : String)
Property Value
Type: System.String
A String value that specifies the connection string used to establish a connection.
Remarks
The ConnectionString property is a string that contains elements required for the connection.
Examples
"id=" & vid & ";password=" & vpass & ";data source=mySQLServer;Connect Timeout=30"