Partager via


Propriété ServerProxyAccount.WindowsAccount

Gets the proxy account name.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property WindowsAccount As String 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Exemples

Planification des tâches administratives automatiques dans l'Agent SQL Server

Voir aussi

Référence

ServerProxyAccount Classe

Espace de noms Microsoft.SqlServer.Management.Smo