共用方式為


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> _
Public ReadOnly Property Months As String
    Get
'用途
Dim instance As Language
Dim value As String

value = instance.Months
[SfcPropertyAttribute]
public string Months { get; }
[SfcPropertyAttribute]
public:
property String^ Months {
    String^ get ();
}
[<SfcPropertyAttribute>]
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.

範例

設定屬性