TransSynchronizationAgent.DistributorSecurityMode Property
Gets or sets the security mode that is used when connecting to the Distributor.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Replication (in microsoft.sqlserver.replication.dll)
语法
声明
Public Overridable Property DistributorSecurityMode As SecurityMode
public virtual SecurityMode DistributorSecurityMode { get; set; }
public:
virtual property SecurityMode DistributorSecurityMode {
SecurityMode get ();
void set (SecurityMode newValue);
}
/** @property */
public SecurityMode get_DistributorSecurityMode ()
/** @property */
public void set_DistributorSecurityMode (SecurityMode newValue)
public function get DistributorSecurityMode () : SecurityMode
public function set DistributorSecurityMode (newValue : SecurityMode)
属性值
A SecurityMode value that represents the security mode.
备注
请尽可能使用 Windows 身份验证。
If the value is Standard, the DistributorLogin and DistributorPassword properties must also be specified.
For a push subscription, the Distribution Agent always connects to the Distributor locally by using Windows Integrated Authentication, and this property is ignored.
线程安全
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
TransSynchronizationAgent Class
TransSynchronizationAgent Members
Microsoft.SqlServer.Replication Namespace