按批设置这些属性并保存文件。
命名空间: Microsoft.Data.Schema.Build
程序集: Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)
语法
声明
Public Overridable Sub SetAndSavePropertyFiles ( _
catalogFullPath As String, _
serverFullPath As String, _
ParamArray items As CatalogOrServerPropertyItem() _
)
public virtual void SetAndSavePropertyFiles(
string catalogFullPath,
string serverFullPath,
params CatalogOrServerPropertyItem[] items
)
public:
virtual void SetAndSavePropertyFiles(
String^ catalogFullPath,
String^ serverFullPath,
... array<CatalogOrServerPropertyItem^>^ items
)
abstract SetAndSavePropertyFiles :
catalogFullPath:string *
serverFullPath:string *
items:CatalogOrServerPropertyItem[] -> unit
override SetAndSavePropertyFiles :
catalogFullPath:string *
serverFullPath:string *
items:CatalogOrServerPropertyItem[] -> unit
public function SetAndSavePropertyFiles(
catalogFullPath : String,
serverFullPath : String,
... items : CatalogOrServerPropertyItem[]
)
参数
- catalogFullPath
类型:System.String
目录完整路径。
- serverFullPath
类型:System.String
服务器完整路径。
- items
类型:array<Microsoft.Data.Schema.Build.CatalogOrServerPropertyItem[]
属性项的数组。
备注
如果文件已在正在运行的文档表 (RDT) 中打开,用户会收到“是否重新加载”消息。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。