ISql90XmlSchemaCollection.SchemaExpression (Propiedad)

Obtiene o establece la definición de texto (XSD) del esquema.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90XmlSchemaCollection Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)