Language.Months 屬性
Gets the names of the months of the year for the referenced language.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Months As String
Get
'用途
Dim instance As Language
Dim value As String
value = instance.Months
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Months { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Months {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Months : string
function get Months () : String
屬性值
型別:System.String
A String value that specifies the months of the year.
備註
The Months property contains the names of the months of the year in order, starting with the first month of the year.
範例
請參閱
參考
Microsoft.SqlServer.Management.Smo 命名空間