Propriedade do RDL Process
Gets or sets a value indicating whether to perform a staging process.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<MessageBodyMemberAttribute> _
Public Property Process As Boolean
Get
Set
'Uso
Dim instance As StagingProcessRequest
Dim value As Boolean
value = instance.Process
instance.Process = value
[MessageBodyMemberAttribute]
public bool Process { get; set; }
[MessageBodyMemberAttribute]
public:
property bool Process {
bool get ();
void set (bool value);
}
[<MessageBodyMemberAttribute>]
member Process : bool with get, set
function get Process () : boolean
function set Process (value : boolean)
Valor da propriedade
Tipo: System. . :: . .Boolean
true if a staging process is to be performed; otherwise, false.
Consulte também