共用方式為


ServiceAdapter 屬性

Gets the ServiceAdapter object that wraps the service used for all requests.

命名空間:  Microsoft.MasterDataServices.Deployment
組件:  Microsoft.MasterDataServices.Deployment (在 Microsoft.MasterDataServices.Deployment.dll 中)

語法

'宣告
Protected ReadOnly Property ServiceAdapter As ServiceAdapter
    Get
'用途
Dim value As ServiceAdapter

value = Me.ServiceAdapter
protected ServiceAdapter ServiceAdapter { get; }
protected:
property ServiceAdapter^ ServiceAdapter {
    ServiceAdapter^ get ();
}
member ServiceAdapter : ServiceAdapter
function get ServiceAdapter () : ServiceAdapter

屬性值

型別:ServiceAdapter
The ServiceAdapter object that wraps the service used for all requests.