Partilhar via


Propriedade DataGeneratorTask.SinkConfigName

Obtém ou define o nome de configuração do coletor.

Namespace:  Microsoft.Data.Schema.Tasks
Assembly:  Microsoft.Data.Schema.Tasks (em Microsoft.Data.Schema.Tasks.dll)

Sintaxe

'Declaração
Public Property SinkConfigName As String
    Get
    Set
public string SinkConfigName { get; set; }
public:
property String^ SinkConfigName {
    String^ get ();
    void set (String^ value);
}
member SinkConfigName : string with get, set
function get SinkConfigName () : String
function set SinkConfigName (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

DataGeneratorTask Classe

Namespace Microsoft.Data.Schema.Tasks