XmlDataset コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
XmlDataset() |
XmlDataset クラスの新しいインスタンスを初期化します。 |
XmlDataset(LinkedServiceReference, DatasetLocation, IDictionary<String, Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, DatasetCompression) |
XmlDataset クラスの新しいインスタンスを初期化します。 |
XmlDataset()
XmlDataset クラスの新しいインスタンスを初期化します。
public XmlDataset ();
Public Sub New ()
適用対象
XmlDataset(LinkedServiceReference, DatasetLocation, IDictionary<String, Object>, String, Object, Object, IDictionary<String,ParameterSpecification>, IList<Object>, DatasetFolder, Object, Object, DatasetCompression)
XmlDataset クラスの新しいインスタンスを初期化します。
public XmlDataset (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 encodingName = default, object nullValue = default, Microsoft.Azure.Management.DataFactory.Models.DatasetCompression compression = default);
new Microsoft.Azure.Management.DataFactory.Models.XmlDataset : 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 * Microsoft.Azure.Management.DataFactory.Models.DatasetCompression -> Microsoft.Azure.Management.DataFactory.Models.XmlDataset
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 encodingName As Object = Nothing, Optional nullValue As Object = Nothing, Optional compression As DatasetCompression = Nothing)
パラメーター
- linkedServiceName
- LinkedServiceReference
リンクされたサービス参照。
- location
- DatasetLocation
json データ ストレージの場所。
- additionalProperties
- IDictionary<String,Object>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
- description
- String
データセットの説明。
- structure
- Object
データセットの構造を定義する列。 型: 配列 (または resultType 配列を含む式)、itemType: DatasetDataElement。
- schema
- Object
データセットの物理型スキーマを定義する列。 型: 配列 (または resultType 配列を持つ式)、itemType: DatasetSchemaDataElement。
- parameters
- IDictionary<String,ParameterSpecification>
データセットのパラメーター。
- folder
- DatasetFolder
このデータセットが格納されているフォルダー。 指定しない場合、Dataset はルート レベルで表示されます。
- encodingName
- Object
使用するエンコーディングのコード ページ名。 指定しない場合、BOM が別の Unicode エンコードを示す場合を除き、既定値は UTF-8 です。 サポートされている値を設定するには、次のリンクにあるテーブルの name 列を参照してください。 https://msdn.microsoft.com/library/system.text.encoding.aspx 型: string (または resultType 文字列を含む式)。
- nullValue
- Object
null 値の文字列。 型: string (または resultType 文字列を含む式)。
- compression
- DatasetCompression
json データセットに使用されるデータ圧縮方法。
適用対象
Azure SDK for .NET