JobStepOutput コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
JobStepOutput() |
JobStepOutput クラスの新しいインスタンスを初期化します。 |
JobStepOutput(String, String, String, String, JobStepOutputType, Nullable<Guid>, String, String) |
JobStepOutput クラスの新しいインスタンスを初期化します。 |
JobStepOutput()
JobStepOutput クラスの新しいインスタンスを初期化します。
public JobStepOutput ();
Public Sub New ()
適用対象
JobStepOutput(String, String, String, String, JobStepOutputType, Nullable<Guid>, String, String)
JobStepOutput クラスの新しいインスタンスを初期化します。
public JobStepOutput (string serverName, string databaseName, string tableName, string credential, Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutputType type = default, Guid? subscriptionId = default, string resourceGroupName = default, string schemaName = default);
new Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput : string * string * string * string * Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutputType * Nullable<Guid> * string * string -> Microsoft.Azure.Management.Sql.Fluent.Models.JobStepOutput
Public Sub New (serverName As String, databaseName As String, tableName As String, credential As String, Optional type As JobStepOutputType = Nothing, Optional subscriptionId As Nullable(Of Guid) = Nothing, Optional resourceGroupName As String = Nothing, Optional schemaName As String = Nothing)
パラメーター
- serverName
- String
出力先サーバー名。
- databaseName
- String
出力先データベース。
- tableName
- String
出力先テーブル。
- credential
- String
出力先への接続に使用する資格情報のリソース ID。
- type
- JobStepOutputType
出力先の種類。 使用可能な値は、'SqlDatabase' です。
- resourceGroupName
- String
出力先のリソース グループ。
- schemaName
- String
出力先スキーマ。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET