共用方式為


TrustedDistributorConnection 屬性

此 API 支援 .NET Framework 結構,但並不是針對直接從程式碼使用而設計。

命名空間:  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

備註

The TrustedDistributorConnection property has been deprecated. Setting it to anything but false results in an error.