Partilhar via


Propriedade do RDL DateMatchingCriterion.MonthsDifference

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 difference in months.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property MonthsDifference As Integer 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.Int32
The difference in months.

Consulte também

Referência

DateMatchingCriterion Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts