TwoDigitYearCutoff 属性

获取 ConfigProperty 对象,该对象用于设置两位数年份截止配置选项。

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property TwoDigitYearCutoff As ConfigProperty
    Get
用法
Dim instance As Configuration
Dim value As ConfigProperty

value = instance.TwoDigitYearCutoff
public ConfigProperty TwoDigitYearCutoff { get; }
public:
property ConfigProperty^ TwoDigitYearCutoff {
    ConfigProperty^ get ();
}
member TwoDigitYearCutoff : ConfigProperty
function get TwoDigitYearCutoff () : ConfigProperty

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
一个 ConfigProperty 对象,指定两位数年份截止配置选项的设置。

注释

This property specifies an integer between 1753 and 9999 that represents the cutoff year for interpreting two-digit years as four-digit years.