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