IDTSConnectionManagerDatabaseParameters100 Interface
This API supports the 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("624862CB-55F9-4A92-965F-62BC4935296A")> _
Public Interface IDTSConnectionManagerDatabaseParameters100
'Usage
Dim instance As IDTSConnectionManagerDatabaseParameters100
[GuidAttribute("624862CB-55F9-4A92-965F-62BC4935296A")]
public interface IDTSConnectionManagerDatabaseParameters100
[GuidAttribute(L"624862CB-55F9-4A92-965F-62BC4935296A")]
public interface class IDTSConnectionManagerDatabaseParameters100
[<GuidAttribute("624862CB-55F9-4A92-965F-62BC4935296A")>]
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