批次設定這些屬性,並儲存檔案。
命名空間: 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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。