共用方式為


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 命名空間