FileExtraSource.FilePath Property

Gets the file path 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 FilePath As String
    Get
'Usage
Dim instance As FileExtraSource
Dim value As String

value = instance.FilePath
public string FilePath { get; }
public:
property String^ FilePath {
    String^ get ();
}
member FilePath : string
function get FilePath () : String

Property Value

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

See Also

Reference

FileExtraSource Class

Microsoft.SqlServer.Management.Dac Namespace