AzureSqlDataset.TableName Property
The table name of the Azure SQL database.
Namespace: Microsoft.Azure.Management.DataFactories.Models
Assembly: Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)
Syntax
[AdfRequiredAttribute]
public string TableName { get; set; }
public:
[AdfRequiredAttribute]
property String^ TableName {
String^ get();
void set(String^ value);
}
[<AdfRequiredAttribute>]
member TableName : string with get, set
<AdfRequiredAttribute>
Public Property TableName As String
Property Value
Type: System.String
See Also
AzureSqlDataset Class Microsoft.Azure.Management.DataFactories.Models Namespace
Return to top