Share via


Tables Constructors

Definition

Overloads

Tables()
Tables(String, IList<Option>)

Tables()

Source:
Tables.cs
public Tables ();
Public Sub New ()

Applies to

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
options
IList<Option>

Applies to