Compartir a través de


Database.TwoDigitYearCutoff Propiedad

Gets or sets the specified object that is used to set the two digit year cutoff configuration option.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property TwoDigitYearCutoff As Integer 
    Get 
    Set
'Uso
Dim instance As Database 
Dim value As Integer 

value = instance.TwoDigitYearCutoff

instance.TwoDigitYearCutoff = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public int TwoDigitYearCutoff { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property int TwoDigitYearCutoff {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member TwoDigitYearCutoff : int with get, set
function get TwoDigitYearCutoff () : int 
function set TwoDigitYearCutoff (value : int)

Valor de la propiedad

Tipo: System.Int32
The specified object that is used to set the two digit year cutoff.

Vea también

Referencia

Database Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo