InterpretationError.ArgumentName (Propiedad)

Obtiene el nombre del argumento asociado al error.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

InterpretationError Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)