Specifies the TWO_DIGIT_YEAR_CUTOFF database option.
네임스페이스: Microsoft.SqlServer.Dac.Model
어셈블리: Microsoft.SqlServer.Dac.Extensions(Microsoft.SqlServer.Dac.Extensions.dll)
구문
‘선언
Public Property TwoDigitYearCutoff As Nullable(Of Short)
Get
Set
‘사용 방법
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>)
속성 값
유형: System.Nullable<Int16>