DataSet.IsBinarySerialized(SerializationInfo, StreamingContext) メソッド
定義
DataSet
のシリアル化された表現の形式を検査します。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
パラメーター
- info
- SerializationInfo
SerializationInfo オブジェクト。The SerializationInfo object.
- context
- StreamingContext
StreamingContext オブジェクト。The StreamingContext object.
戻り値
指定した SerializationInfo がバイナリ形式でシリアル化された true
を表す場合は DataSet
。それ以外の場合は false
。true
if the specified SerializationInfo represents a DataSet
serialized in its binary format, false
otherwise.
注釈
このメンバーは .NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.