次の方法で共有


StagingGet メソッド

一括ステージング領域の内容を取得します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<OperationContractAttribute(Action := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet",  _
    ReplyAction := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")> _
Function StagingGet ( _
    request As StagingGetRequest _
) As StagingGetResponse
'使用
Dim instance As IService
Dim request As StagingGetRequest
Dim returnValue As StagingGetResponse

returnValue = instance.StagingGet(request)
[OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")]
StagingGetResponse StagingGet(
    StagingGetRequest request
)
[OperationContractAttribute(Action = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet", 
    ReplyAction = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")]
StagingGetResponse^ StagingGet(
    StagingGetRequest^ request
)
[<OperationContractAttribute(Action = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGet", 
    ReplyAction = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09/IService/StagingGetResponse")>]
abstract StagingGet : 
        request:StagingGetRequest -> StagingGetResponse 
function StagingGet(
    request : StagingGetRequest
) : StagingGetResponse

パラメーター

戻り値

型: Microsoft.MasterDataServices. . :: . .StagingGetResponse
StagingGetResponse 型の新しいインスタンス。