ISql90XmlSchemaCollection.SchemaExpression-Eigenschaft

Ruft die Textdefinition (XSD) des Schemas ab oder legt diese fest.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property SchemaExpression As SqlScriptProperty
    Get
    Set
SqlScriptProperty SchemaExpression { get; set; }
property SqlScriptProperty^ SchemaExpression {
    SqlScriptProperty^ get ();
    void set (SqlScriptProperty^ value);
}
abstract SchemaExpression : SqlScriptProperty with get, set
function get SchemaExpression () : SqlScriptProperty
function set SchemaExpression (value : SqlScriptProperty)

Eigenschaftswert

Typ: Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90XmlSchemaCollection Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace