RightFunctionCall.Parameters 속성
Gets a list of function parameters.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public ReadOnly Property Parameters As IList(Of ScalarExpression)
Get
‘사용 방법
Dim instance As RightFunctionCall
Dim value As IList(Of ScalarExpression)
value = instance.Parameters
public IList<ScalarExpression> Parameters { get; }
public:
property IList<ScalarExpression^>^ Parameters {
IList<ScalarExpression^>^ get ();
}
member Parameters : IList<ScalarExpression>
function get Parameters () : IList<ScalarExpression>
속성 값
유형: System.Collections.Generic.IList<ScalarExpression>
A list of function parameters.