Propriété IConnectionSecurityContext.SqlStandardLogin
Gets or sets the login used with SQL Server Authentication.
Espace de noms : Microsoft.SqlServer.Replication
Assembly : Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Syntaxe
'Déclaration
Property SqlStandardLogin As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
The login used with SQL Server Authentication.