Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the additional parameters for the connection.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Property AdditionalParameters As String
Get
Set
'Usage
Dim instance As SqlConnectionInfo
Dim value As String
value = instance.AdditionalParameters
instance.AdditionalParameters = value
public string AdditionalParameters { get; set; }
public:
property String^ AdditionalParameters {
String^ get ();
void set (String^ value);
}
member AdditionalParameters : string with get, set
function get AdditionalParameters () : String
function set AdditionalParameters (value : String)
Property Value
Type: System.String
A String value that represents the additional parameters for the connection.