Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a String value of the abbreviated month in the referenced language.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function ShortMonth ( _
month As Month _
) As String
'Usage
Dim instance As Language
Dim month As Month
Dim returnValue As String
returnValue = instance.ShortMonth(month)
public string ShortMonth(
Month month
)
public:
String^ ShortMonth(
Month month
)
member ShortMonth :
month:Month -> string
public function ShortMonth(
month : Month
) : String
Parameters
- month
Type: Microsoft.SqlServer.Management.Smo.Month
A Month object value that specifies the month of the year.
Return Value
Type: System.String
A String value that specifies the abbreviated month in the referenced language.
Remarks
By specifying the day of the week using a Month object, the ShortMonth method returns a string value containing the month in abbreviated format in the referenced language, Sep for example.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace