SchemaDeclarationItem.Mapping プロパティ

省略可能なマッピング/メタプロパティ情報を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Mapping As Literal
'使用
Dim instance As SchemaDeclarationItem
Dim value As Literal

value = instance.Mapping

instance.Mapping = value
public Literal Mapping { get; set; }
public:
property Literal^ Mapping {
    Literal^ get ();
    void set (Literal^ value);
}
public function get Mapping () : Literal
public function set Mapping (value : Literal)

プロパティ値

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

参照

参照

SchemaDeclarationItem クラス

SchemaDeclarationItem メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間