JobStepOutput Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
JobStepOutput() |
Inicializa uma nova instância da classe JobStepOutput. |
JobStepOutput(String, String, String, String, JobStepOutputType, Nullable<Guid>, String, String) |
Inicializa uma nova instância da classe JobStepOutput. |
JobStepOutput()
Inicializa uma nova instância da classe JobStepOutput.
public JobStepOutput ();
Public Sub New ()
Aplica-se a
JobStepOutput(String, String, String, String, JobStepOutputType, Nullable<Guid>, String, String)
Inicializa uma nova instância da classe 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)
Parâmetros
- serverName
- String
O nome do servidor de destino de saída.
- databaseName
- String
O banco de dados de destino de saída.
- tableName
- String
A tabela de destino de saída.
- credential
- String
A ID do recurso da credencial a ser usada para se conectar ao destino de saída.
- type
- JobStepOutputType
O tipo de destino de saída. Os valores possíveis incluem: 'SqlDatabase'
- resourceGroupName
- String
O grupo de recursos de destino de saída.
- schemaName
- String
O esquema de destino de saída.
Aplica-se a
Azure SDK for .NET