SqlModelFactory.TableCountRestrictionsMetadata Method
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.
Creates a new instance of TableCountRestrictionsMetadata(Nullable<Boolean>).
public static Azure.Connectors.Sdk.Sql.Models.TableCountRestrictionsMetadata TableCountRestrictionsMetadata(bool? countable = default);
static member TableCountRestrictionsMetadata : Nullable<bool> -> Azure.Connectors.Sdk.Sql.Models.TableCountRestrictionsMetadata
Public Shared Function TableCountRestrictionsMetadata (Optional countable As Nullable(Of Boolean) = Nothing) As TableCountRestrictionsMetadata