SqlCharSet プロパティ
SQL Server のインスタンスで使用されている文字セットを識別する Int16 値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property SqlCharSet As Short
Get
'使用
Dim instance As Information
Dim value As Short
value = instance.SqlCharSet
[SfcPropertyAttribute]
public short SqlCharSet { get; }
[SfcPropertyAttribute]
public:
property short SqlCharSet {
short get ();
}
[<SfcPropertyAttribute>]
member SqlCharSet : int16
function get SqlCharSet () : short
プロパティ値
型: System. . :: . .Int16
SQL Server のインスタンスで使用されている文字セットを示す Int16 値です。