IDTSConnectionManagerDatabaseParameters100 Interface

 

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

For more information, see ConnectionManager.

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

[GuidAttribute("D2D60F2F-C5D9-4484-9B91-BF4CC06F11ED")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSConnectionManagerDatabaseParameters100

NameDescription
System_CAPS_pubpropertyInitialCatalog

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

Gets or sets the initial catalog for the connection.

System_CAPS_pubpropertyPassword

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

Sets the database password.

System_CAPS_pubpropertyRetainSameConnection

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

Gets or sets a value that indicates whether the connection manager retains the same connection.

System_CAPS_pubpropertyServerName

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

Gets or sets the name of the server that contains the database to connect to.

System_CAPS_pubpropertyUserName

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

Gets or sets the user name for the connection.

NameDescription
System_CAPS_pubmethodGetConnectionForSchema()

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

Gets the connection for the schema.

Return to top
Show: