FileExtraSource.FileName Property

Gets the file name of the miscellaneous file.

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

Syntax

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

value = instance.FileName
public string FileName { get; }
public:
virtual property String^ FileName {
    String^ get () sealed;
}
abstract FileName : string
override FileName : string
final function get FileName () : String

Property Value

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

Implements

IExtraSource.FileName

See Also

Reference

FileExtraSource Class

Microsoft.SqlServer.Management.Dac Namespace