VariableMethodCallTableReference.MethodName 속성
Gets or sets the name of the method being called.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property MethodName As Identifier
Get
Set
‘사용 방법
Dim instance As VariableMethodCallTableReference
Dim value As Identifier
value = instance.MethodName
instance.MethodName = value
public Identifier MethodName { get; set; }
public:
property Identifier^ MethodName {
Identifier^ get ();
void set (Identifier^ value);
}
member MethodName : Identifier with get, set
function get MethodName () : Identifier
function set MethodName (value : Identifier)
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the method being called.