Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets an optional function call target.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property CallTarget As CallTarget
Get
Set
'Usage
Dim instance As FunctionCall
Dim value As CallTarget
value = instance.CallTarget
instance.CallTarget = value
public CallTarget CallTarget { get; set; }
public:
property CallTarget^ CallTarget {
CallTarget^ get ();
void set (CallTarget^ value);
}
member CallTarget : CallTarget with get, set
function get CallTarget () : CallTarget
function set CallTarget (value : CallTarget)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.CallTarget
An optional function call target.