IConnectionSecurityContext.SqlStandardLogin-Eigenschaft
Gets or sets the login used with SQL Server Authentication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Property SqlStandardLogin As String
Get
Set
'Usage
Dim instance As IConnectionSecurityContext
Dim value As String
value = instance.SqlStandardLogin
instance.SqlStandardLogin = value
string SqlStandardLogin { get; set; }
property String^ SqlStandardLogin {
String^ get ();
void set (String^ value);
}
abstract SqlStandardLogin : string with get, set
function get SqlStandardLogin () : String
function set SqlStandardLogin (value : String)
Eigenschaftswert
Typ: System.String
The login used with SQL Server Authentication.