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 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 ITransSynchronizationAgent
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
The password that is used when connecting to the Subscriber by using SQL Server Authentication.