Proprietà FileName
Gets the name of the Transact-SQL source file.
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property FileName As String
Get
'Utilizzo
Dim instance As TSqlSourceFile
Dim value As String
value = instance.FileName
public string FileName { get; }
public:
property String^ FileName {
String^ get ();
}
member FileName : string
function get FileName () : String
Valore proprietà
Tipo: System. . :: . .String
A String containing the name of the source file.