Compartir a través de


TSqlModelOptions.TwoDigitYearCutoff Propiedad

Specifies the TWO_DIGIT_YEAR_CUTOFF database option.

Espacio de nombres:  Microsoft.SqlServer.Dac.Model
Ensamblado:  Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxis

'Declaración
Public Property TwoDigitYearCutoff As Nullable(Of Short)
    Get 
    Set
'Uso
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>)

Valor de la propiedad

Tipo: System.Nullable<Int16>

Vea también

Referencia

TSqlModelOptions Clase

Espacio de nombres Microsoft.SqlServer.Dac.Model