SqlAuthenticationParameters.Password 속성

정의

사용자 암호를 가져옵니다.

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

속성 값

사용자 암호이거나, 해당되지 않는 경우 null입니다.

적용 대상