Condividi tramite


Proprietà InterpretationError.ArgumentName

Ottiene il nome dell'argomento associato all'errore.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

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

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

InterpretationError Classe

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel