DateFormat 속성
Gets the date format for the language.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property DateFormat As String
Get
‘사용 방법
Dim instance As Language
Dim value As String
value = instance.DateFormat
[SfcPropertyAttribute]
public string DateFormat { get; }
[SfcPropertyAttribute]
public:
property String^ DateFormat {
String^ get ();
}
[<SfcPropertyAttribute>]
member DateFormat : string
function get DateFormat () : String
속성 값
형식: System. . :: . .String
A String value that specifies the date format for the language.
주의
The DateFormat property is a three-character string describing the position of the day, month, and year members of a date. For example, Microsoft SQL Server language displaying dates in month/day/year order reports mdy in the DateFormat property of the referenced Language object.