TrustedDistributorConnection-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property TrustedDistributorConnection As Boolean
Get
Set
'Usage
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)
Eigenschaftenwert
Hinweise
The TrustedDistributorConnection property has been deprecated. Setting it to anything but false results in an error.