OracleDatasetDataset.TableName Property

 

The table name of the on-premises Oracle 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

OracleDatasetDataset Class
Microsoft.Azure.Management.DataFactories.Models Namespace

Return to top