SchemaInfo.ReferenceTables Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Read-only list of information concerning all reference tables.
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.ReferenceTableInfo> ReferenceTables { get; }
member this.ReferenceTables : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Azure.SqlDatabase.ElasticScale.ShardManagement.Schema.ReferenceTableInfo>
Public ReadOnly Property ReferenceTables As ReadOnlyCollection(Of ReferenceTableInfo)
Property Value
- System.Collections.ObjectModel.ReadOnlyCollection<ReferenceTableInfo>