共用方式為


FunctionCall.FunctionName 屬性

Gets or sets the name of the function being called.

命名空間:  Microsoft.SqlServer.TransactSql.ScriptDom
組件:  Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

語法

'宣告
Public Property FunctionName As Identifier 
    Get 
    Set
'用途
Dim instance As FunctionCall 
Dim value As Identifier 

value = instance.FunctionName

instance.FunctionName = value
public Identifier FunctionName { get; set; }
public:
property Identifier^ FunctionName {
    Identifier^ get ();
    void set (Identifier^ value);
}
member FunctionName : Identifier with get, set
function get FunctionName () : Identifier 
function set FunctionName (value : Identifier)

屬性值

型別:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the function being called.

請參閱

參考

FunctionCall 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間