Propriété DateMatchingCriterion.MonthsDifference
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 months.
Espace de noms : Microsoft.MasterDataServices
Assembly : Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property MonthsDifference As Integer
Get
Set
'Utilisation
Dim instance As DateMatchingCriterion
Dim value As Integer
value = instance.MonthsDifference
instance.MonthsDifference = value
[DataMemberAttribute]
public int MonthsDifference { get; set; }
[DataMemberAttribute]
public:
property int MonthsDifference {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member MonthsDifference : int with get, set
function get MonthsDifference () : int
function set MonthsDifference (value : int)
Valeur de propriété
Type : System.Int32
The difference in months.