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
'Déclaration
Public ReadOnly Property FilePath As String
Get
'Utilisation
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: String
A String value that specifies the file path of the miscellaneous file.