SetVariableStatement.FunctionCallExists プロパティ

列の識別子の末尾が関数呼び出しであるかどうかを示す値を取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property FunctionCallExists As Boolean
'使用
Dim instance As SetVariableStatement
Dim value As Boolean

value = instance.FunctionCallExists

instance.FunctionCallExists = value
public bool FunctionCallExists { get; set; }
public:
property bool FunctionCallExists {
    bool get ();
    void set (bool value);
}
public function get FunctionCallExists () : boolean
public function set FunctionCallExists (value : boolean)

プロパティ値

型 : System.Boolean
列の識別子の末尾が関数呼び出しである場合は True、それ以外の場合は False を返します。

参照

参照

SetVariableStatement クラス

SetVariableStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間