IConnectionSecurityContext.SqlStandardPassword 속성

정의

SQL Server 인증에 필요한 로그인의 암호를 가져오거나 설정합니다.

public:
 property System::String ^ SqlStandardPassword { System::String ^ get(); void set(System::String ^ value); };
public string SqlStandardPassword { get; set; }
member this.SqlStandardPassword : string with get, set
Public Property SqlStandardPassword As String

속성 값

암호입니다.

적용 대상