SqlAuthenticationParameters.UserId プロパティ

定義

ユーザー ログイン名/ID を取得します。

public:
 property System::String ^ UserId { System::String ^ get(); };
public string UserId { get; }
public string? UserId { get; }
member this.UserId : string
Public ReadOnly Property UserId As String

プロパティ値

ユーザー ログイン名/ID。該当しない場合は null。

適用対象