Partilhar via


Propriedade ISql90XmlSchemaCollection.SchemaExpression

Obtém ou define a definição de texto (XSD) do esquema.

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

Sintaxe

'Declaração
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)

Valor de propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90XmlSchemaCollection Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel