NamespaceDescription.ConnectionString Property

Definition

Gets or sets the connection string that is used by the client to connect to the server.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="ConnectionString", Order=107)]
public string ConnectionString { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false, Name="ConnectionString", Order=107)>]
member this.ConnectionString : string with get, set
Public Property ConnectionString As String

Property Value

The connection string that is used by the client to connect to the server.

Attributes

Applies to