Proprietà OutputDescriptor.Type

Ottiene il tipo di dati dell'output.

Spazio dei nomi:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Type As Type
    Get
public Type Type { get; }
public:
property Type^ Type {
    Type^ get ();
}
member Type : Type
function get Type () : Type

Valore proprietà

Tipo: System.Type
Tipo di dati dell'output.

Note

Per impostazione predefinita, il tipo di dati dell'output è il tipo della proprietà.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

OutputDescriptor Classe

Spazio dei nomi Microsoft.Data.Schema.Tools.DataGenerator