VariableTableSource.FunctionCall-Eigenschaft
Ruft einen Funktionsaufruf ab oder legt ihn fest.
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
Get
Set
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)
Eigenschaftswert
Typ: Microsoft.Data.Schema.ScriptDom.Sql.FunctionCall
Gibt FunctionCall zurück.
Hinweise
Optional, kann NULL sein.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.