Partager via


Propriété Filename

Gets the name of source file in which the exception was thrown.

Espace de noms :  Microsoft.SqlServer.Management.Dac
Assembly :  Microsoft.SqlServer.Management.Dac (en Microsoft.SqlServer.Management.Dac.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Filename As String
    Get
'Utilisation
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

Valeur de propriété

Type : System. . :: . .String
A String containing the name of the source file.