Właściwość Language.DateFormat
Pobiera format data dla języka.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property DateFormat As String
Get
'Użycie
Dim instance As Language
Dim value As String
value = instance.DateFormat
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DateFormat { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DateFormat {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DateFormat : string
function get DateFormat () : String
Wartość właściwości
Typ: System.String
A String wartość, która określa format data dla języka.
Uwagi
DateFormat Właściwość to trzyliterowy ciąg opisujący pozycji dzień, miesiąc oraz członkowie rok data.For example, Microsoft SQL Server language displaying dates in month/day/year order reports mdy in the DateFormat property of the referenced Language object.
Zobacz także