Freigeben über


WindowsAccount-Eigenschaft

Gets the proxy account name.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property WindowsAccount As String
    Get
    Set
'Usage
Dim instance As ServerProxyAccount
Dim value As String

value = instance.WindowsAccount

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

Eigenschaftenwert

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