IConnectionSecurityContext.SqlStandardLogin 속성

정의

SQL Server 인증과 함께 사용되는 로그인을 가져오거나 설정합니다.

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

속성 값

SQL Server 인증을 사용한 로그인입니다.

적용 대상