GetMetadataActivity コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetMetadataActivity() |
GetMetadataActivity クラスの新しいインスタンスを初期化します。 |
GetMetadataActivity(String, DatasetReference, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<Object>, StoreReadSettings, FormatReadSettings) |
GetMetadataActivity クラスの新しいインスタンスを初期化します。 |
GetMetadataActivity()
GetMetadataActivity クラスの新しいインスタンスを初期化します。
public GetMetadataActivity ();
Public Sub New ()
適用対象
GetMetadataActivity(String, DatasetReference, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, IList<Object>, StoreReadSettings, FormatReadSettings)
GetMetadataActivity クラスの新しいインスタンスを初期化します。
public GetMetadataActivity (string name, Microsoft.Azure.Management.DataFactory.Models.DatasetReference dataset, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, System.Collections.Generic.IList<object> fieldList = default, Microsoft.Azure.Management.DataFactory.Models.StoreReadSettings storeSettings = default, Microsoft.Azure.Management.DataFactory.Models.FormatReadSettings formatSettings = default);
new Microsoft.Azure.Management.DataFactory.Models.GetMetadataActivity : string * Microsoft.Azure.Management.DataFactory.Models.DatasetReference * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.StoreReadSettings * Microsoft.Azure.Management.DataFactory.Models.FormatReadSettings -> Microsoft.Azure.Management.DataFactory.Models.GetMetadataActivity
Public Sub New (name As String, dataset As DatasetReference, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional fieldList As IList(Of Object) = Nothing, Optional storeSettings As StoreReadSettings = Nothing, Optional formatSettings As FormatReadSettings = Nothing)
パラメーター
- name
- String
アクティビティ名。
- dataset
- DatasetReference
GetMetadata アクティビティ データセットのリファレンス。
- additionalProperties
- IDictionary<String,Object>
メッセージの一致しないプロパティは、このコレクションを逆シリアル化します
- description
- String
アクティビティの説明。
- dependsOn
- IList<ActivityDependency>
アクティビティは条件によって異なります。
- userProperties
- IList<UserProperty>
アクティビティ ユーザーのプロパティ。
- linkedServiceName
- LinkedServiceReference
リンクされたサービス参照。
- policy
- ActivityPolicy
アクティビティ ポリシー。
- storeSettings
- StoreReadSettings
GetMetadata アクティビティ ストアの設定。
- formatSettings
- FormatReadSettings
GetMetadata アクティビティ形式の設定。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET