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.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the connection string used to establish a connection to a data source.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Property ConnectionString As String
Get
Set
'Usage
Dim instance As IDTSConnectionManager100
Dim value As String
value = instance.ConnectionString
instance.ConnectionString = value
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)
Property Value
Type: System.String
A String that contains the connection string value.