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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.