IndexWithPropertiesEventData.TablesMappedToProperty1 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
對應至第一個屬性的資料表。
[System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Table", "Schema" })]
public virtual System.Collections.Generic.List<(string Table, string Schema)> TablesMappedToProperty1 { get; }
[System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Table", "Schema" })]
public virtual System.Collections.Generic.List<(string Table, string? Schema)> TablesMappedToProperty1 { get; }
[<System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Table", "Schema" })>]
member this.TablesMappedToProperty1 : System.Collections.Generic.List<ValueTuple<string, string>>
Public Overridable ReadOnly Property TablesMappedToProperty1 As List(Of ValueTuple(Of String, String))
屬性值
- 屬性