列の識別子が関数呼び出しで終わっているかどうかを示す値を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property FunctionCallExists As Boolean
Get
Set
'使用
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);
}
member FunctionCallExists : bool with get, set
function get FunctionCallExists () : boolean
function set FunctionCallExists (value : boolean)
プロパティ値
型: System.Boolean
列の識別子が関数呼び出しで終わっている場合は true、それ以外の場合は false です。