TWO_DIGIT_YEAR_CUTOFF データベース オプションを指定します。
名前空間: 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>