Language.ShortMonths プロパティ

参照先の言語で年の月の省略名を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property ShortMonths As String 
    Get
'使用
Dim instance As Language 
Dim value As String 

value = instance.ShortMonths
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string ShortMonths { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ ShortMonths {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ShortMonths : string
function get ShortMonths () : String

プロパティ値

型: System.String
年の月の省略名を示す String 値です。

説明

ShortMonths プロパティには、年の月の省略名が順に含まれます。この値は、年の最初の月から始まります。

使用例

プロパティの設定

関連項目

参照

Language クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

sys.syslanguages (Transact-SQL)