Filename Propiedad
Gets the name of source file in which the exception was thrown.
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 SourceInfo
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 containing the name of the source file.