UserDefinedFunction.QuotedIdentifierStatus プロパティ

ユーザー定義関数内の二重引用符で区切られた識別子が Transact-SQL の予約キーワードであるか、または Transact-SQL の構文ルールでは通常許可されない文字を含んでいるのかを示す、Boolean プロパティ値を取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property QuotedIdentifierStatus As Boolean 
    Get 
    Set
'使用
Dim instance As UserDefinedFunction 
Dim value As Boolean 

value = instance.QuotedIdentifierStatus

instance.QuotedIdentifierStatus = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool QuotedIdentifierStatus { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property bool QuotedIdentifierStatus {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member QuotedIdentifierStatus : bool with get, set
function get QuotedIdentifierStatus () : boolean 
function set QuotedIdentifierStatus (value : boolean)

プロパティ値

型: System.Boolean
ユーザー定義関数での引用符で囲まれた識別子の処理方法を示す Boolean 値です。True の場合、引用符で囲まれた識別子では、Transact-SQL の構文ルールでは通常許可されない文字も使用できます。False (既定値) の場合、引用符で囲まれた識別子は Transact-SQL の予約キーワードを示します。

使用例

プロパティの設定

関連項目

参照

UserDefinedFunction クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

ユーザー定義関数 (データベース エンジン)

CREATE FUNCTION (Transact-SQL)