Свойство DateMatchingCriterion.MonthsDifference

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets or sets the difference in months.

Пространство имен:  Microsoft.MasterDataServices
Сборка:  Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property MonthsDifference As Integer
    Get
    Set
'Применение
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)

Значение свойства

Тип: System.Int32
The difference in months.

См. также

Справочник

DateMatchingCriterion Класс

Пространство имен Microsoft.MasterDataServices