Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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)
Property Value
Type: System.String
The login used with SQL Server Authentication.