Partilhar via


Propriedade InputDescriptor.Description

Obtém ou define a descrição da entrada.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (em Microsoft.Data.Schema.Tools.dll)

Sintaxe

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

Valor de propriedade

Tipo: System.String
A descrição da entrada.

Comentários

Essa descrição aparece no Propriedades janela.

Segurança do .NET Framework

Consulte também

Referência

InputDescriptor Classe

Namespace Microsoft.Data.Schema.Tools.DataGenerator