Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Returns a String value of the month in the referenced language.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Function Month ( _
month As Month _
) As String
'Uso
Dim instance As Language
Dim month As Month
Dim returnValue As String
returnValue = instance.Month(month)
public string Month(
Month month
)
public:
String^ Month(
Month month
)
member Month :
month:Month -> string
public function Month(
month : Month
) : String
Parámetros
- month
Tipo: Microsoft.SqlServer.Management.Smo.Month
A Month object value that specifies the month of the year.
Valor devuelto
Tipo: System.String
A String value that specifies the month in the referenced language.
Comentarios
By specifying the day of the week using a Month object, the Month method returns a String value containing the month in the referenced language, September for example.
Ejemplos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo