USqlExternalDataSource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- 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.
Applies to
Azure SDK for .NET