ConnectionManagerAdoNetClass.InitialCatalog Property

Definition

Gets or sets the initial catalog for the connection.

public:
 virtual property System::String ^ InitialCatalog { System::String ^ get(); void set(System::String ^ value); };
public virtual string InitialCatalog { get; set; }
member this.InitialCatalog : string with get, set
Public Overridable Property InitialCatalog As String

Property Value

The initial catalog for the connection.

Implements

Remarks

For more information, see ConnectionManager.

Applies to