ManagedInstance.Language プロパティ
SQL Server のマネージ インスタンスによって使用される言語を取得します。
名前空間: Microsoft.SqlServer.Management.Utility
アセンブリ: Microsoft.SqlServer.Management.Utility (Microsoft.SqlServer.Management.Utility.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property Language As String
Get
'使用
Dim instance As ManagedInstance
Dim value As String
value = instance.Language
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public string Language { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property String^ Language {
String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member Language : string
function get Language () : String
プロパティ値
型: System.String
言語を指定する文字列値です。