ISql90XmlSchemaCollection.SchemaExpression 属性

获取或设置架构的文本 (XSD) 定义。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
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)

属性值

类型:Microsoft.Data.Schema.Sql.SchemaModel.SqlScriptProperty

.NET Framework 安全性

请参见

参考

ISql90XmlSchemaCollection 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间