次の方法で共有


JobStepOutput コンストラクター

定義

オーバーロード

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' です。

subscriptionId
Nullable<Guid>

出力先サブスクリプション ID。

resourceGroupName
String

出力先のリソース グループ。

schemaName
String

出力先スキーマ。

適用対象