Database.TwoDigitYearCutoff 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property TwoDigitYearCutoff As Integer 
    Get 
    Set
‘사용 방법
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)

속성 값

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

참고 항목

참조

Database 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스