如果在正在运行的文档表 (RDT) 中进行了修改,则保存属性文件。
命名空间: Microsoft.VisualStudio.Data.Schema.Package.Project
程序集: Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
语法
声明
Sub SavePropertyFile ( _
source As DatabaseTaskHost..::..PropertySource _
)
void SavePropertyFile(
DatabaseTaskHost..::..PropertySource source
)
void SavePropertyFile(
DatabaseTaskHost..::..PropertySource source
)
abstract SavePropertyFile :
source:DatabaseTaskHost..::..PropertySource -> unit
function SavePropertyFile(
source : DatabaseTaskHost..::..PropertySource
)
参数
- source
类型:Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
定义要保存的属性文件。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。