DataAttribute.Storage 屬性
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定私用儲存欄位,以存放來自資料行的值。
public:
property System::String ^ Storage { System::String ^ get(); void set(System::String ^ value); };
C#
public string Storage { get; set; }
member this.Storage : string with get, set
Public Property Storage As String
儲存欄位的名稱。
<Column(Storage:=_CustomerID)> _
Public CustomerID As String
C#
[Column(Storage="_CustomerID")]
public string CustomerID
{
}
記憶體屬性值會區分大小寫。 例如,請確定 Storage 屬性在 屬性中使用的值符合程式代碼中其他位置所使用之對應屬性名稱的大小寫。 這適用於所有 .NET 程式設計語言,即使是通常不區分大小寫的語言,包括 Visual Basic。
產品 | 版本 |
---|---|
.NET Framework | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |