Propriedade do RDL Filename
Gets the name of source file in which the exception was thrown.
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .String
A String containing the name of the source file.