Partager via


Propriété DateMatchingCriterion.DaysDifference

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the difference in days.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property DaysDifference As Integer 
    Get 
    Set
'Utilisation
Dim instance As DateMatchingCriterion 
Dim value As Integer 

value = instance.DaysDifference

instance.DaysDifference = value
[DataMemberAttribute]
public int DaysDifference { get; set; }
[DataMemberAttribute]
public:
property int DaysDifference {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member DaysDifference : int with get, set
function get DaysDifference () : int 
function set DaysDifference (value : int)

Valeur de propriété

Type : System.Int32
The difference in days.

Voir aussi

Référence

DateMatchingCriterion Classe

Espace de noms Microsoft.MasterDataServices.Services.DataContracts