次の方法で共有


ConnectionCredential.UseSystemAccount プロパティ

定義

システム アカウントを使用する必要があるかどうかを示す値を取得します。

public:
 property bool UseSystemAccount { bool get(); };
public bool UseSystemAccount { get; }
member this.UseSystemAccount : bool
Public ReadOnly Property UseSystemAccount As Boolean

プロパティ値

true システム アカウントを使用する必要がある場合。それ以外の場合は false

適用対象