Propriété FileName
Gets the name of the source file in which the error occurred.
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 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
Valeur de propriété
Type : System. . :: . .String
A String value containing the name of the source file.
Voir aussi