TableTypeProperties Class

 

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.TableTypeProperties
      Microsoft.Azure.Management.DataFactories.Models.AzureBlobDataset
      Microsoft.Azure.Management.DataFactories.Models.AzureSqlTableDataset
      Microsoft.Azure.Management.DataFactories.Models.AzureTableDataset
      Microsoft.Azure.Management.DataFactories.Models.CustomDataset
      Microsoft.Azure.Management.DataFactories.Models.DocumentDbCollectionDataset
      Microsoft.Azure.Management.DataFactories.Models.FileShareDataset
      Microsoft.Azure.Management.DataFactories.Models.GenericDataset
      Microsoft.Azure.Management.DataFactories.Models.OracleTableDataset
      Microsoft.Azure.Management.DataFactories.Models.RelationalTableDataset
      Microsoft.Azure.Management.DataFactories.Models.SqlServerTableDataset

Syntax

public abstract class TableTypeProperties : TypeProperties
public ref class TableTypeProperties abstract : TypeProperties
[<AbstractClass>]
type TableTypeProperties = 
    class
        inherit TypeProperties
    end
Public MustInherit Class TableTypeProperties
    Inherits TypeProperties

Constructors

Name Description
System_CAPS_protmethod TableTypeProperties()

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