SqlSchemaModel-Konstruktor (SerializationInfo, StreamingContext)
Initialisiert eine neue Instanz der SqlSchemaModel-Klasse.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected SqlSchemaModel(
SerializationInfo info,
StreamingContext context
)
protected:
SqlSchemaModel(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> SqlSchemaModel
protected function SqlSchemaModel(
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.