ConnectionSettings.ConnectAsUserName プロパティ

定義

偽装された接続を作成するときに使用するWindows ユーザーを指定します。 ユーザーは対話型ログオン特権を持っている必要があります。 例外: ConnectionCannotBeChangedException InvalidPropertyValueException PropertyNotSetException

public string ConnectAsUserName { get; set; }
member this.ConnectAsUserName : string with get, set
Public Property ConnectAsUserName As String

プロパティ値

注釈

"domain\user" と "user@domain" の 2 つのユーザー名形式がサポートされています

適用対象