SqlServerDataset Class

 

The on-premises SQL Server 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.SqlServerDataset

Syntax

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

Constructors

Name Description
System_CAPS_pubmethod SqlServerDataset()

System_CAPS_pubmethod SqlServerDataset(String)

Properties

Name Description
System_CAPS_pubproperty TableName

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