หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Initializes the instance properties during deserialization.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<OnDeserializingAttribute> _
Public Sub OnDeserializing ( _
context As StreamingContext _
)
'Usage
Dim instance As EntityStagingGetCriteria
Dim context As StreamingContext
instance.OnDeserializing(context)
[OnDeserializingAttribute]
public void OnDeserializing(
StreamingContext context
)
[OnDeserializingAttribute]
public:
void OnDeserializing(
StreamingContext context
)
[<OnDeserializingAttribute>]
member OnDeserializing :
context:StreamingContext -> unit
public function OnDeserializing(
context : StreamingContext
)
Parameters
- context
Type: System.Runtime.Serialization.StreamingContext
A StreamingContext instance.
See Also
Reference
EntityStagingGetCriteria Class
Microsoft.MasterDataServices.Services.DataContracts Namespace