IndexWithPropertiesEventData.TablesMappedToProperty2 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
映射到第二个属性的表。
[System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Table", "Schema" })]
public virtual System.Collections.Generic.List<(string Table, string Schema)> TablesMappedToProperty2 { get; }
[System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Table", "Schema" })]
public virtual System.Collections.Generic.List<(string Table, string? Schema)> TablesMappedToProperty2 { get; }
[<System.Runtime.CompilerServices.TupleElementNames(new System.String[] { "Table", "Schema" })>]
member this.TablesMappedToProperty2 : System.Collections.Generic.List<ValueTuple<string, string>>
Public Overridable ReadOnly Property TablesMappedToProperty2 As List(Of ValueTuple(Of String, String))
属性值
- 属性