Share via


IDTSConnectionManagerDatabaseParameters100.InitialCatalog Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

For more information, see ConnectionManager.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Property InitialCatalog As String 
    Get 
    Set
'Usage
Dim instance As IDTSConnectionManagerDatabaseParameters100 
Dim value As String 

value = instance.InitialCatalog

instance.InitialCatalog = value
string InitialCatalog { get; set; }
property String^ InitialCatalog {
    String^ get ();
    void set (String^ value);
}
abstract InitialCatalog : string with get, set
function get InitialCatalog () : String 
function set InitialCatalog (value : String)

Property Value

Type: System.String

See Also

Reference

IDTSConnectionManagerDatabaseParameters100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace