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>