Compartir a través de


DataRuleProblem.FileName (Propiedad)

Obtiene o establece el archivo que contiene el problema detectado.

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

Sintaxis

'Declaración
Public Property FileName As String
    Get
    Set
public string FileName { get; set; }
public:
property String^ FileName {
    String^ get ();
    void set (String^ value);
}
member FileName : string with get, set
function get FileName () : String
function set FileName (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

DataRuleProblem Clase

Microsoft.Data.Schema.StaticCodeAnalysis (Espacio de nombres)