SqlAssembly.Culture プロパティ

参照するアセンブリに関するカルチャ情報を取得します。

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

構文

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

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

プロパティ値

型: System.String
参照するアセンブリのカルチャ情報を示す String 値です。

説明

利用できるカルチャ情報が存在しない場合は、Culture プロパティが空の文字列に設定されます。

使用例

プロパティの設定

関連項目

参照

SqlAssembly クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

CREATE ASSEMBLY (Transact-SQL)