Proprietà ISql90XmlSchemaCollection.SchemaExpression

Ottiene o imposta la definizione di testo (XSD) dello schema.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90XmlSchemaCollection Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel