Compartilhar via


Propriedade do RDL FunctionCall.CallTarget

Gets or sets an optional function call target.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property CallTarget As CallTarget 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.CallTarget
An optional function call target.

Consulte também

Referência

FunctionCall Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom