Share via


ISqlServerOptions.TwoDigitYearCuttoff Property

Gets or sets a value that models the "two digit year cutoff" sp_configure option.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property TwoDigitYearCuttoff As Nullable(Of Integer)
Nullable<int> TwoDigitYearCuttoff { get; set; }
property Nullable<int> TwoDigitYearCuttoff {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
abstract TwoDigitYearCuttoff : Nullable<int> with get, set
function get TwoDigitYearCuttoff () : Nullable<int>
function set TwoDigitYearCuttoff (value : Nullable<int>)

Property Value

Type: System.Nullable<Int32>

.NET Framework Security

See Also

Reference

ISqlServerOptions Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace