SqlModelFactory.TableSelectRestrictionsMetadata 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 TableSelectRestrictionsMetadata(Nullable<Boolean>).
public static Azure.Connectors.Sdk.Sql.Models.TableSelectRestrictionsMetadata TableSelectRestrictionsMetadata(bool? selectable = default);
static member TableSelectRestrictionsMetadata : Nullable<bool> -> Azure.Connectors.Sdk.Sql.Models.TableSelectRestrictionsMetadata
Public Shared Function TableSelectRestrictionsMetadata (Optional selectable As Nullable(Of Boolean) = Nothing) As TableSelectRestrictionsMetadata