Share via


IDTSConnectionManagerDatabaseParameters100 Interface

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
<GuidAttribute("3A199961-895B-41D2-A304-3E0B711E258F")> _
Public Interface IDTSConnectionManagerDatabaseParameters100
'Usage
Dim instance As IDTSConnectionManagerDatabaseParameters100
[GuidAttribute("3A199961-895B-41D2-A304-3E0B711E258F")]
public interface IDTSConnectionManagerDatabaseParameters100
[GuidAttribute(L"3A199961-895B-41D2-A304-3E0B711E258F")]
public interface class IDTSConnectionManagerDatabaseParameters100
[<GuidAttribute("3A199961-895B-41D2-A304-3E0B711E258F")>]
type IDTSConnectionManagerDatabaseParameters100 =  interface end
public interface IDTSConnectionManagerDatabaseParameters100

The IDTSConnectionManagerDatabaseParameters100 type exposes the following members.

Properties

  Name Description
Public property InitialCatalog Infrastructure. For more information, see ConnectionManager.
Public property Password Infrastructure. For more information, see ConnectionManager.
Public property RetainSameConnection Infrastructure. For more information, see ConnectionManager.
Public property ServerName Infrastructure. For more information, see ConnectionManager.
Public property UserName Infrastructure. For more information, see ConnectionManager.

Top

Methods

  Name Description
Public method GetConnectionForSchema Infrastructure. For more information, see ConnectionManager.

Top

See Also

Reference

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace