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.