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 | |
---|---|---|
InitialCatalog | Infrastructure. For more information, see ConnectionManager. | |
Password | Infrastructure. For more information, see ConnectionManager. | |
RetainSameConnection | Infrastructure. For more information, see ConnectionManager. | |
ServerName | Infrastructure. For more information, see ConnectionManager. | |
UserName | Infrastructure. For more information, see ConnectionManager. |
Top
Methods
Name | Description | |
---|---|---|
GetConnectionForSchema | Infrastructure. For more information, see ConnectionManager. |
Top