StorageInfo.Username 屬性
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.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public ReadOnly Property Username As String
Get
'用途
Dim instance As StorageInfo
Dim value As String
value = instance.Username
public string Username { get; }
public:
property String^ Username {
String^ get ();
}
member Username : string
function get Username () : String
屬性值
型別:System.String
The user name that SQL Server authentication requires.