IExtraSource.FileName Property

Gets the name of the file.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
ReadOnly Property FileName As String
    Get
'Usage
Dim instance As IExtraSource
Dim value As String

value = instance.FileName
string FileName { get; }
property String^ FileName {
    String^ get ();
}
abstract FileName : string
function get FileName () : String

Property Value

Type: System.String
A String value that specifies the name of the file.

See Also

Reference

IExtraSource Interface

Microsoft.SqlServer.Management.Dac Namespace