StagingGet 方法
Retrieves the contents of the bulk staging area.
命名空間: 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
參數
- request
型別:Microsoft.MasterDataServices. . :: . .StagingGetRequest
Get request.
傳回值
型別:Microsoft.MasterDataServices. . :: . .StagingGetResponse
A new instance of type .StagingGetResponse