ConnectionManagerAdoClass.InitialCatalog Property

Definition

Gets or sets the value of the initial catalog.

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 value of the initial catalog.

Implements

Applies to