SchemaDeclarationItem.Mapping Property

Gets or sets optional mapping/metaproperty information.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Mapping As Literal
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.Literal

.NET Framework Security

See Also

Reference

SchemaDeclarationItem Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace