Compartilhar via


Propriedade do RDL Database.TwoDigitYearCutoff

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

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

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

Consulte também

Referência

Database Classe

Namespace Microsoft.SqlServer.Management.Smo