DataSet.IsBinarySerialized(SerializationInfo, StreamingContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Inspects the format of the serialized representation of the DataSet
.
protected:
bool IsBinarySerialized(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected bool IsBinarySerialized (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
member this.IsBinarySerialized : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> bool
Protected Function IsBinarySerialized (info As SerializationInfo, context As StreamingContext) As Boolean
Parameters
- info
- SerializationInfo
The SerializationInfo object.
- context
- StreamingContext
The StreamingContext object.
Returns
true
if the specified SerializationInfo represents a DataSet
serialized in its binary format, false
otherwise.
Remarks
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา