Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that indicates whether the column identifiers end with a function call.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property FunctionCallExists As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
True if the column identifiers end with a function call; otherwise, false.