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