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