Tables Constructors
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.
Overloads
Tables() | |
Tables(String, IList<Option>) |
Tables()
Tables(String, IList<Option>)
- Source:
- Tables.cs
public Tables (string operation = default, System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.Option> options = default);
new Microsoft.Azure.Synapse.Models.Tables : string * System.Collections.Generic.IList<Microsoft.Azure.Synapse.Models.Option> -> Microsoft.Azure.Synapse.Models.Tables
Public Sub New (Optional operation As String = Nothing, Optional options As IList(Of Option) = Nothing)
Parameters
- operation
- String