FileName 属性

Gets the file name of the miscellaneous file.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
Public ReadOnly Property FileName As String
    Get
用法
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

属性值

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

实现

IExtraSource. . :: . .FileName