Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the security mode that is used when connecting to the publisher.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Overridable Property SubscriberSecurityMode As SecurityMode
Get
Set
'Usage
Dim instance As TransSynchronizationAgent
Dim value As SecurityMode
value = instance.SubscriberSecurityMode
instance.SubscriberSecurityMode = value
public virtual SecurityMode SubscriberSecurityMode { get; set; }
public:
virtual property SecurityMode SubscriberSecurityMode {
SecurityMode get ();
void set (SecurityMode value);
}
abstract SubscriberSecurityMode : SecurityMode with get, set
override SubscriberSecurityMode : SecurityMode with get, set
function get SubscriberSecurityMode () : SecurityMode
function set SubscriberSecurityMode (value : SecurityMode)
Eigenschaftswert
Typ: Microsoft.SqlServer.Replication.SecurityMode
The security mode.
Implementiert
ITransSynchronizationAgent.SubscriberSecurityMode
Hinweise
Verwenden Sie nach Möglichkeit die Windows-Authentifizierung.
For a pull subscription, the Distribution Agent always connects to the Subscriber locally by using Windows Integrated Authentication, and this property is ignored.
If the value is Standard, the SubscriberLogin and SubscriberPassword properties must also be specified.