Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets these properties in batch and saves the file.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
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[]
)
Parameters
- catalogFullPath
Type: System.String
The catalog full path.
- serverFullPath
Type: System.String
The server full path.
- items
Type: array<Microsoft.Data.Schema.Build.CatalogOrServerPropertyItem[]
The array of property items.
Remarks
If the file is open in the Running Document Table (RDT), the user receives a "do you want to reload" message.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.