SetVariableStatement.FunctionCallExists 属性
Gets or sets a value that indicates whether the column identifiers end with a function call.
命名空间: 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 if the column identifiers end with a function call; otherwise, false.