Transformation 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
Transformation() |
Inicializa uma nova instância da classe Transformation. |
Transformation(String, String, DataFlowReference) |
Inicializa uma nova instância da classe Transformation. |
Transformation(String, String, DatasetReference, LinkedServiceReference, DataFlowReference) |
Inicializa uma nova instância da classe Transformation. |
Transformation()
Inicializa uma nova instância da classe Transformation.
public Transformation ();
Public Sub New ()
Aplica-se a
Transformation(String, String, DataFlowReference)
Inicializa uma nova instância da classe Transformation.
public Transformation (string name, string description = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowReference flowlet = default);
new Microsoft.Azure.Management.DataFactory.Models.Transformation : string * string * Microsoft.Azure.Management.DataFactory.Models.DataFlowReference -> Microsoft.Azure.Management.DataFactory.Models.Transformation
Public Sub New (name As String, Optional description As String = Nothing, Optional flowlet As DataFlowReference = Nothing)
Parâmetros
- name
- String
Nome da transformação.
- description
- String
Descrição da transformação.
- flowlet
- DataFlowReference
Referência de flowlet
Aplica-se a
Transformation(String, String, DatasetReference, LinkedServiceReference, DataFlowReference)
Inicializa uma nova instância da classe Transformation.
public Transformation (string name, string description = default, Microsoft.Azure.Management.DataFactory.Models.DatasetReference dataset = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedService = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowReference flowlet = default);
new Microsoft.Azure.Management.DataFactory.Models.Transformation : string * string * Microsoft.Azure.Management.DataFactory.Models.DatasetReference * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.DataFlowReference -> Microsoft.Azure.Management.DataFactory.Models.Transformation
Public Sub New (name As String, Optional description As String = Nothing, Optional dataset As DatasetReference = Nothing, Optional linkedService As LinkedServiceReference = Nothing, Optional flowlet As DataFlowReference = Nothing)
Parâmetros
- name
- String
Nome da transformação.
- description
- String
Descrição da transformação.
- dataset
- DatasetReference
Referência do conjunto de dados.
- linkedService
- LinkedServiceReference
Referência de serviço vinculado.
- flowlet
- DataFlowReference
Referência de flowlet
Aplica-se a
Azure SDK for .NET