Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the optional mapping/metaproperty information.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Mapping As ValueExpression
Get
Set
'Usage
Dim instance As SchemaDeclarationItem
Dim value As ValueExpression
value = instance.Mapping
instance.Mapping = value
public ValueExpression Mapping { get; set; }
public:
property ValueExpression^ Mapping {
ValueExpression^ get ();
void set (ValueExpression^ value);
}
member Mapping : ValueExpression with get, set
function get Mapping () : ValueExpression
function set Mapping (value : ValueExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ValueExpression
The optional mapping/metaproperty information.