Share via


TSqlModelOptions.TwoDigitYearCutoff Property

Specifies the TWO_DIGIT_YEAR_CUTOFF database option.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

'Declaration
Public Property TwoDigitYearCutoff As Nullable(Of Short)
    Get 
    Set
'Usage
Dim instance As TSqlModelOptions 
Dim value As Nullable(Of Short)

value = instance.TwoDigitYearCutoff

instance.TwoDigitYearCutoff = value
public Nullable<short> TwoDigitYearCutoff { get; set; }
public:
property Nullable<short> TwoDigitYearCutoff {
    Nullable<short> get ();
    void set (Nullable<short> value);
}
member TwoDigitYearCutoff : Nullable<int16> with get, set
function get TwoDigitYearCutoff () : Nullable<short>
function set TwoDigitYearCutoff (value : Nullable<short>)

Property Value

Type: System.Nullable<Int16>

See Also

Reference

TSqlModelOptions Class

Microsoft.SqlServer.Dac.Model Namespace