Compartilhar via


Propriedade do RDL TSqlModelOptions.TwoDigitYearCutoff

Specifies the TWO_DIGIT_YEAR_CUTOFF database option.

Namespace:  Microsoft.SqlServer.Dac.Model
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
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 da propriedade

Tipo: System.Nullable<Int16>

Consulte também

Referência

TSqlModelOptions Classe

Namespace Microsoft.SqlServer.Dac.Model