Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Gets or sets the package settings for the package.
Namespace: Microsoft.MasterDataServices.Deployment
Assembly: Microsoft.MasterDataServices.Deployment (in Microsoft.MasterDataServices.Deployment.dll)
Syntax
public PackageSettings Settings { get; set; }
public:
property PackageSettings^ Settings {
PackageSettings^ get();
void set(PackageSettings^ value);
}
member Settings : PackageSettings with get, set
Public Property Settings As PackageSettings
Property Value
Type: Microsoft.MasterDataServices.Deployment.PackageSettings
The package settings for the package.
See Also
Package Class
Microsoft.MasterDataServices.Deployment Namespace
Return to top