共用方式為


StagingProcessRequest.Process 欄位

If true, run the staging queue; otherwise, false.

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

語法

'宣告
<MessageBodyMemberAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    Order := )> _
Public Process As Boolean
'用途
Dim instance As StagingProcessRequest
Dim value As Boolean

value = instance.Process

instance.Process = value
[MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public bool Process
[MessageBodyMemberAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )]
public:
bool Process
[<MessageBodyMemberAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    Order = )>]
val mutable Process: bool
public var Process : boolean

請參閱

參考

StagingProcessRequest 類別

Microsoft.MasterDataServices 命名空間