NavigationEntity.Properties プロパティ

定義

エンティティのプロパティを取得します。値の設定も可能です。

public:
 property cli::array <Microsoft::SqlServer::Management::NavigationEntityProperty ^> ^ Properties { cli::array <Microsoft::SqlServer::Management::NavigationEntityProperty ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::NavigationEntityProperty ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem("Property", IsNullable=false)]
public Microsoft.SqlServer.Management.NavigationEntityProperty[] Properties { get; set; }
[<System.Xml.Serialization.XmlArrayItem("Property", IsNullable=false)>]
member this.Properties : Microsoft.SqlServer.Management.NavigationEntityProperty[] with get, set
Public Property Properties As NavigationEntityProperty()

プロパティ値

エンティティのプロパティ。

属性

適用対象