Propriedade do RDL MatchingRule.Threshold
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets the threshold of the rule.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)
Sintaxe
'Declaração
<DataMemberAttribute> _
Public Property Threshold As Integer
Get
Set
'Uso
Dim instance As MatchingRule
Dim value As Integer
value = instance.Threshold
instance.Threshold = value
[DataMemberAttribute]
public int Threshold { get; set; }
[DataMemberAttribute]
public:
property int Threshold {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member Threshold : int with get, set
function get Threshold () : int
function set Threshold (value : int)
Valor da propriedade
Tipo: System.Int32
The threshold of the rule.