OracleDatasetDataset Class

 

The on-premises Oracle database.

Namespace:   Microsoft.Azure.Management.DataFactories.Models
Assembly:  Microsoft.Azure.Management.DataFactories (in Microsoft.Azure.Management.DataFactories.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataFactories.Models.TypeProperties
    Microsoft.Azure.Management.DataFactories.Models.DatasetTypeProperties
      Microsoft.Azure.Management.DataFactories.Models.OracleDatasetDataset

Syntax

[AdfTypeNameAttribute("OracleTable")]
public class OracleDatasetDataset : DatasetTypeProperties
[AdfTypeNameAttribute("OracleTable")]
public ref class OracleDatasetDataset : DatasetTypeProperties
[<AdfTypeNameAttribute("OracleTable")>]
type OracleDatasetDataset = 
    class
        inherit DatasetTypeProperties
    end
<AdfTypeNameAttribute("OracleTable")>
Public Class OracleDatasetDataset
    Inherits DatasetTypeProperties

Constructors

Name Description
System_CAPS_pubmethod OracleDatasetDataset()

System_CAPS_pubmethod OracleDatasetDataset(String)

Properties

Name Description
System_CAPS_pubproperty TableName

The table name of the on-premises Oracle database.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.DataFactories.Models Namespace

Return to top