TableAttribute.Schema 屬性

定義

取得或設定類別所對應之資料表的結構描述。

public:
 property System::String ^ Schema { System::String ^ get(); void set(System::String ^ value); };
public string Schema { get; set; }
public string? Schema { get; set; }
member this.Schema : string with get, set
Public Property Schema As String

屬性值

此類別所對應之資料表的結構描述。

適用於