VariableTableSource.FunctionCall Property
Gets or sets a function call.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property FunctionCall As FunctionCall
public FunctionCall FunctionCall { get; set; }
public:
property FunctionCall^ FunctionCall {
FunctionCall^ get ();
void set (FunctionCall^ value);
}
member FunctionCall : FunctionCall with get, set
function get FunctionCall () : FunctionCall
function set FunctionCall (value : FunctionCall)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.FunctionCall
Returns a FunctionCall.
Remarks
Optional, may be null.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.