Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the password for the login required for SQL Server Authentication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Property SqlStandardPassword As String
Get
Set
'Usage
Dim instance As IConnectionSecurityContext
Dim value As String
value = instance.SqlStandardPassword
instance.SqlStandardPassword = value
string SqlStandardPassword { get; set; }
property String^ SqlStandardPassword {
String^ get ();
void set (String^ value);
}
abstract SqlStandardPassword : string with get, set
function get SqlStandardPassword () : String
function set SqlStandardPassword (value : String)
Property Value
Type: System.String
The password.