Share via


StorageInfo.Username Property

Definition

Gets the user name that SQL Server authentication requires to connect to the SQL Server database that stores either the original or upgraded Integration Services packages.

public:
 property System::String ^ Username { System::String ^ get(); };
public string Username { get; }
member this.Username : string
Public ReadOnly Property Username As String

Property Value

The user name that SQL Server authentication requires.

Applies to