ConnectionManagerAdoNetClass.UserName Propiedad
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets the username for the connection.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Overridable Property UserName As String
Get
Set
'Uso
Dim instance As ConnectionManagerAdoNetClass
Dim value As String
value = instance.UserName
instance.UserName = value
public virtual string UserName { get; set; }
public:
virtual property String^ UserName {
String^ get ();
void set (String^ value);
}
abstract UserName : string with get, set
override UserName : string with get, set
function get UserName () : String
function set UserName (value : String)
Valor de la propiedad
Tipo: System.String
The username for the connection.
Implementa
IDTSConnectionManagerDatabaseParameters100.UserName
Comentarios
For more information, see ConnectionManager.