Information.IsCaseSensitive プロパティ
SQL Server のインスタンスが大文字と小文字を区別するかどうかを示す Boolean 値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsCaseSensitive As Boolean
Get
'使用
Dim instance As Information
Dim value As Boolean
value = instance.IsCaseSensitive
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool IsCaseSensitive { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool IsCaseSensitive {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member IsCaseSensitive : bool
function get IsCaseSensitive () : boolean
プロパティ値
型: System.Boolean
SQL Server のインスタンスが大文字と小文字を区別するかどうかを示す Boolean 値です。 True の場合、SQL Server のインスタンスは大文字と小文字を区別します。それ以外の場合は False (既定値) です。