sys.federation_member_distributions (Windows Azure SQL Database)
Returns distribution information about members within a federation. Sys.federation_member_distributions is specific to Windows Azure SQL Database and is not supported in on-premise SQL Server.
| Columns | Data type | Description |
|---|---|---|
|
federation_id |
int |
Reference to federation id. |
|
member_id |
int |
Is the unique id to identify the federation member. |
|
Distribution_name |
sysname |
Reference to the federation_distribution_schemes distribution_name for the federation |
|
Range_low |
sqlvariant |
Low range of the key that the federation member will be servicing. The low range value is inclusive in all cases. |
|
Range_high |
sqlvariant |
High range of the key that the federation member will be servicing. High value range is excluded in the values serviced by the federation member. |