Método Language.Day
Returns a String value of the day of the week in the referenced language.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function Day ( _
day As DayOfWeek _
) As String
'Uso
Dim instance As Language
Dim day As DayOfWeek
Dim returnValue As String
returnValue = instance.Day(day)
public string Day(
DayOfWeek day
)
public:
String^ Day(
DayOfWeek day
)
member Day :
day:DayOfWeek -> string
public function Day(
day : DayOfWeek
) : String
Parâmetros
- day
Tipo: System.DayOfWeek
A DayOfWeek system object value that specifies the day of the week.
Valor de retorno
Tipo: System.String
A String value that specifies the day of the week in the referenced language.
Comentários
By specifying the day of the week using a system object, the Day method returns a String value containing the day in the referenced language.
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo