Compartir a través de


FileName Propiedad

Gets the name of the source file in which the error occurred.

Espacio de nombres:  Microsoft.SqlServer.Management.Dac
Ensamblado:  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Sintaxis

'Declaración
Public ReadOnly Property FileName As String
    Get
'Uso
Dim instance As TSqlCompilationError
Dim value As String

value = instance.FileName
public string FileName { get; }
public:
property String^ FileName {
    String^ get ();
}
member FileName : string
function get FileName () : String

Valor de la propiedad

Tipo: System. . :: . .String
A String value containing the name of the source file.