次の方法で共有


ExcelDataset コンストラクター

定義

オーバーロード

ExcelDataset()

ExcelDataset クラスの新しいインスタンスを初期化します。

ExcelDataset(LinkedServiceReference, DatasetLocation, Object, IDictionary<String,Object>, String, Object, Object, IDictionary<String, ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, DatasetCompression, Object)

ExcelDataset クラスの新しいインスタンスを初期化します。

ExcelDataset(LinkedServiceReference, DatasetLocation, IDictionary<String, Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, Object, Object, DatasetCompression, Object)

ExcelDataset クラスの新しいインスタンスを初期化します。

ExcelDataset()

ExcelDataset クラスの新しいインスタンスを初期化します。

public ExcelDataset ();
Public Sub New ()

適用対象

ExcelDataset(LinkedServiceReference, DatasetLocation, Object, IDictionary<String,Object>, String, Object, Object, IDictionary<String, ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, DatasetCompression, Object)

ExcelDataset クラスの新しいインスタンスを初期化します。

public ExcelDataset (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, Microsoft.Azure.Management.DataFactory.Models.DatasetLocation location, object sheetName, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, object structure = default, object schema = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, Microsoft.Azure.Management.DataFactory.Models.DatasetFolder folder = default, object range = default, object firstRowAsHeader = default, Microsoft.Azure.Management.DataFactory.Models.DatasetCompression compression = default, object nullValue = default);
new Microsoft.Azure.Management.DataFactory.Models.ExcelDataset : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.DatasetLocation * obj * System.Collections.Generic.IDictionary<string, obj> * string * obj * obj * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.DatasetFolder * obj * obj * Microsoft.Azure.Management.DataFactory.Models.DatasetCompression * obj -> Microsoft.Azure.Management.DataFactory.Models.ExcelDataset
Public Sub New (linkedServiceName As LinkedServiceReference, location As DatasetLocation, sheetName As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional structure As Object = Nothing, Optional schema As Object = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional folder As DatasetFolder = Nothing, Optional range As Object = Nothing, Optional firstRowAsHeader As Object = Nothing, Optional compression As DatasetCompression = Nothing, Optional nullValue As Object = Nothing)

パラメーター

linkedServiceName
LinkedServiceReference

リンクされたサービス 参照。

location
DatasetLocation

Excel ストレージの場所。

sheetName
Object

Excel ファイルのシート。 型: string (または resultType 文字列を含む式)。

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

description
String

データセットの説明。

structure
Object

データセットの構造を定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetDataElement。

schema
Object

データセットの物理型スキーマを定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetSchemaDataElement。

parameters
IDictionary<String,ParameterSpecification>

データセットのパラメーター。

annotations
IList<Object>

データセットの記述に使用できるタグの一覧。

folder
DatasetFolder

このデータセットが格納されているフォルダー。 指定しない場合、データセットはルート レベルで表示されます。

range
Object

1 つのシートの部分データ。 型: string (または resultType 文字列を含む式)。

firstRowAsHeader
Object

入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

compression
DatasetCompression

json データセットに使用されるデータ圧縮メソッド。

nullValue
Object

null 値の文字列。 型: string (または resultType 文字列を含む式)。

適用対象

ExcelDataset(LinkedServiceReference, DatasetLocation, IDictionary<String, Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, Object, Object, DatasetCompression, Object)

ExcelDataset クラスの新しいインスタンスを初期化します。

public ExcelDataset (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, Microsoft.Azure.Management.DataFactory.Models.DatasetLocation location, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, object structure = default, object schema = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, Microsoft.Azure.Management.DataFactory.Models.DatasetFolder folder = default, object sheetName = default, object sheetIndex = default, object range = default, object firstRowAsHeader = default, Microsoft.Azure.Management.DataFactory.Models.DatasetCompression compression = default, object nullValue = default);
new Microsoft.Azure.Management.DataFactory.Models.ExcelDataset : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.DatasetLocation * System.Collections.Generic.IDictionary<string, obj> * string * obj * obj * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.DatasetFolder * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.DatasetCompression * obj -> Microsoft.Azure.Management.DataFactory.Models.ExcelDataset
Public Sub New (linkedServiceName As LinkedServiceReference, location As DatasetLocation, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional structure As Object = Nothing, Optional schema As Object = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional folder As DatasetFolder = Nothing, Optional sheetName As Object = Nothing, Optional sheetIndex As Object = Nothing, Optional range As Object = Nothing, Optional firstRowAsHeader As Object = Nothing, Optional compression As DatasetCompression = Nothing, Optional nullValue As Object = Nothing)

パラメーター

linkedServiceName
LinkedServiceReference

リンクされたサービス 参照。

location
DatasetLocation

Excel ストレージの場所。

additionalProperties
IDictionary<String,Object>

メッセージの一致しないプロパティは、このコレクションを逆シリアル化します

description
String

データセットの説明。

structure
Object

データセットの構造を定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetDataElement。

schema
Object

データセットの物理型スキーマを定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetSchemaDataElement。

parameters
IDictionary<String,ParameterSpecification>

データセットのパラメーター。

annotations
IList<Object>

データセットの記述に使用できるタグの一覧。

folder
DatasetFolder

このデータセットが格納されているフォルダー。 指定しない場合、データセットはルート レベルで表示されます。

sheetName
Object

Excel ファイルのシート名。 型: string (または resultType 文字列を含む式)。

sheetIndex
Object

Excel ファイルのシート インデックスと既定値は 0 です。 型: integer (または resultType 整数を持つ式)

range
Object

1 つのシートの部分データ。 型: string (または resultType 文字列を含む式)。

firstRowAsHeader
Object

入力として使用する場合は、データの最初の行をヘッダーとして扱います。 出力として使用する場合は、ヘッダーをデータの最初の行として出力に書き込みます。 既定値は false です。 型: boolean (または resultType ブール値を持つ式)。

compression
DatasetCompression

json データセットに使用されるデータ圧縮メソッド。

nullValue
Object

null 値の文字列。 型: string (または resultType 文字列を含む式)。

適用対象