BRFreeformArgument Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A business rule for string, number, link, and date arguments.
public ref class BRFreeformArgument : Microsoft::MasterDataServices::Services::DataContracts::BRArgument
[System.Runtime.Serialization.DataContract(Name="BRFreeformArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRFreeformArgument : Microsoft.MasterDataServices.Services.DataContracts.BRArgument
[<System.Runtime.Serialization.DataContract(Name="BRFreeformArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRFreeformArgument = class
inherit BRArgument
Public Class BRFreeformArgument
Inherits BRArgument
- Inheritance
- Attributes
The BRFreeformArgument complex type specifies the freeform argument type for business rule arguments.
BRFreeform |
Initializes a new instance of the BRFreeformArgument class. |
Identifier |
Uniquely identifies the argument. (Inherited from BRArgument) |
Property |
Specifies the property name. (Inherited from BRArgument) |
Value |
Specifies the value that represents the business rule freeform argument. |
Set |
Changes the property to the given value. |
Set |
Changes the property to the given value. |
Product | Versions |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |