FilePath 屬性
Gets the file path of the miscellaneous file.
命名空間: Microsoft.SqlServer.Management.Dac
組件: Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)
語法
'宣告
Public ReadOnly Property FilePath As String
Get
'用途
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
屬性值
型別:System. . :: . .String
A String value that specifies the file path of the miscellaneous file.