Compartir a través de


ServerProxyAccount.WindowsAccount Propiedad

Gets the proxy account name.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property WindowsAccount As String 
    Get 
    Set
'Uso
Dim instance As ServerProxyAccount 
Dim value As String 

value = instance.WindowsAccount

instance.WindowsAccount = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string WindowsAccount { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ WindowsAccount {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member WindowsAccount : string with get, set
function get WindowsAccount () : String 
function set WindowsAccount (value : String)

Valor de la propiedad

Tipo: System.String
A String value that specifies the name of the proxy account.

Ejemplos

Programar tareas administrativas automáticas en el Agente SQL Server

Vea también

Referencia

ServerProxyAccount Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo