USqlExternalDataSource Constructors

Definition

Overloads

USqlExternalDataSource()

Initializes a new instance of the USqlExternalDataSource class.

USqlExternalDataSource(String, Nullable<Guid>, String, String, String, String, IList<String>)

Initializes a new instance of the USqlExternalDataSource class.

USqlExternalDataSource()

Initializes a new instance of the USqlExternalDataSource class.

public USqlExternalDataSource ();
Public Sub New ()

Applies to

USqlExternalDataSource(String, Nullable<Guid>, String, String, String, String, IList<String>)

Initializes a new instance of the USqlExternalDataSource class.

public USqlExternalDataSource (string computeAccountName = default, Guid? version = default, string databaseName = default, string name = default, string provider = default, string providerString = default, System.Collections.Generic.IList<string> pushdownTypes = default);
new Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource : string * Nullable<Guid> * string * string * string * string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.DataLake.Analytics.Models.USqlExternalDataSource
Public Sub New (Optional computeAccountName As String = Nothing, Optional version As Nullable(Of Guid) = Nothing, Optional databaseName As String = Nothing, Optional name As String = Nothing, Optional provider As String = Nothing, Optional providerString As String = Nothing, Optional pushdownTypes As IList(Of String) = Nothing)

Parameters

computeAccountName
String

the name of the Data Lake Analytics account.

version
Nullable<Guid>

the version of the catalog item.

databaseName
String

the name of the database.

name
String

the name of the external data source.

provider
String

the name of the provider for the external data source.

providerString
String

the name of the provider string for the external data source.

pushdownTypes
IList<String>

the list of types to push down from the external data source.

Applies to