Propriedade InterpretationError.ArgumentName

Obtém o nome do argumento que está associado ao erro.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

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

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

InterpretationError Classe

Namespace Microsoft.Data.Schema.Sql.SchemaModel