PublisherConnectionSecurityContext.SqlStandardPassword 속성

정의

SQL Server 인증을 사용하는 경우의 SqlStandardLogin 암호를 가져오거나 설정합니다.

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

속성 값

String 값입니다.

설명

가능하면 Windows 인증을 사용하세요.

이 속성은 속성이 .로 SqlStandard설정된 경우에만 필요합니다SecurityMode.

가능한 경우 런타임 시 사용자에게 보안 자격 증명을 입력하라는 메시지가 표시됩니다. 자격 증명을 저장해야 하는 경우 Windows .NET Framework에서 제공하는 암호화 서비스 Microsoft 를 사용합니다.

이 네임스페이스, 클래스 또는 멤버는 .NET Framework 2.0 버전에서만 지원됩니다.

적용 대상