ModelStore-Konstruktor (SerializationInfo, StreamingContext)
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected ModelStore(
SerializationInfo info,
StreamingContext context
)
protected:
ModelStore(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> ModelStore
protected function ModelStore(
info : SerializationInfo,
context : StreamingContext
)
Parameter
- context
Typ: System.Runtime.Serialization.StreamingContext
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.