これらのプロパティを一括して設定し、ファイルを保存します。
名前空間: 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[]
プロパティ項目の配列。
解説
ファイルが Running Document Table (RDT) で開かれると、ユーザーは "do you want to reload" というメッセージを受け取ります。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。