Month 方法
Returns a String value of the month in the referenced language.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Function Month ( _
month As Month _
) As String
用法
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
参数
- month
类型:Microsoft.SqlServer.Management.Smo. . :: . .Month
A Month object value that specifies the month of the year.
返回值
类型:System. . :: . .String
A String value that specifies the month in the referenced language.