Свойство DistributionPublisher.TrustedDistributorConnection
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets a value that indicates whether the distributor connection is trusted.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public Property TrustedDistributorConnection As Boolean
Get
Set
'Применение
Dim instance As DistributionPublisher
Dim value As Boolean
value = instance.TrustedDistributorConnection
instance.TrustedDistributorConnection = value
public bool TrustedDistributorConnection { get; set; }
public:
property bool TrustedDistributorConnection {
bool get ();
void set (bool value);
}
member TrustedDistributorConnection : bool with get, set
function get TrustedDistributorConnection () : boolean
function set TrustedDistributorConnection (value : boolean)
Значение свойства
Тип: System.Boolean
true if the distributor connection is trusted; otherwise, false.
Замечания
The TrustedDistributorConnection property has been deprecated. Setting it to anything but false results in an error.