Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Sets the password that is used when connecting to the Subscriber by using SQL Server Authentication.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Property SubscriberPassword As String
Get
Set
'Usage
Dim instance As IMergeSynchronizationAgent
Dim value As String
value = instance.SubscriberPassword
instance.SubscriberPassword = value
string SubscriberPassword { get; set; }
property String^ SubscriberPassword {
String^ get ();
void set (String^ value);
}
abstract SubscriberPassword : string with get, set
function get SubscriberPassword () : String
function set SubscriberPassword (value : String)
Property Value
Type: System.String
A String value that represents the subscriber password.