ConnectionManagerAdoNetClass.UserName Property

 

Applies To: SQL Server 2016 Preview

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

Gets or sets the username for the connection.

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

Syntax

public virtual string UserName { get; set; }
public:
property String^ UserName {
    virtual String^ get();
    virtual void set(String^ value);
}
abstract UserName : string with get, set
override UserName : string with get, set
Public Overridable Property UserName As String

Property Value

Type: System.String

The username for the connection.

Implements

IDTSConnectionManagerDatabaseParameters100.UserName

Remarks

For more information, see ConnectionManager.

See Also

ConnectionManagerAdoNetClass Class
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace

Return to top