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.