Compartir a través de


SchemaDeclarationItem.Mapping (Propiedad)

Obtiene o establece información opcional de asignación/metapropiedad.

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

Sintaxis

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

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

SchemaDeclarationItem Clase

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