Właściwość Package.BusinessRules
Pobiera lub ustawia zestaw reguł biznesowych zawartych w tym pakiet.
Przestrzeń nazw: Microsoft.MasterDataServices.Deployment
Zestaw: Microsoft.MasterDataServices.Deployment (w Microsoft.MasterDataServices.Deployment.dll)
Składnia
'Deklaracja
Public Property BusinessRules As BusinessRuleSet
Get
Set
'Użycie
Dim instance As Package
Dim value As BusinessRuleSet
value = instance.BusinessRules
instance.BusinessRules = value
public BusinessRuleSet BusinessRules { get; set; }
public:
property BusinessRuleSet^ BusinessRules {
BusinessRuleSet^ get ();
void set (BusinessRuleSet^ value);
}
member BusinessRules : BusinessRuleSet with get, set
function get BusinessRules () : BusinessRuleSet
function set BusinessRules (value : BusinessRuleSet)
Wartość właściwości
Typ: Microsoft.MasterDataServices.Services.DataContracts.BusinessRuleSet
Nowe wystąpienie typu BusinessRuleSet.