SqlStandardLogin 속성
Gets or sets the login used with SQL Server Authentication.
네임스페이스: Microsoft.SqlServer.Replication
어셈블리: Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)
구문
‘선언
Public Property SqlStandardLogin As String
Get
Set
‘사용 방법
Dim instance As ConnectionSecurityContext
Dim value As String
value = instance.SqlStandardLogin
instance.SqlStandardLogin = value
public string SqlStandardLogin { get; set; }
public:
virtual property String^ SqlStandardLogin {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SqlStandardLogin : string with get, set
override SqlStandardLogin : string with get, set
final function get SqlStandardLogin () : String
final function set SqlStandardLogin (value : String)
속성 값
유형: System. . :: . .String
A String value that specifies the login.
구현
주의
가능하면 Windows 인증을 사용하십시오.
This namespace, class, or member is supported only in the .NET Framework 2.0.