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 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.