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 네임스페이스