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입니다.

적용 대상