Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.