次の方法で共有


WindowsAccount プロパティ

プロキシ アカウント名を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute> _
Public Property WindowsAccount As String
    Get
    Set
'使用
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)

プロパティ値

型: System. . :: . .String
プロキシ アカウントの名前を示す String 値です。