SchemaDeclarationItem.Mapping 属性

获取或设置可选的映射/元属性信息。

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

语法

声明
Public Property Mapping As Literal
    Get
    Set
public Literal Mapping { get; set; }
public:
property Literal^ Mapping {
    Literal^ get ();
    void set (Literal^ value);
}
member Mapping : Literal with get, set
function get Mapping () : Literal
function set Mapping (value : Literal)

属性值

类型:Microsoft.Data.Schema.ScriptDom.Sql.Literal

.NET Framework 安全性

请参见

参考

SchemaDeclarationItem 类

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