InternalOpenRowset.VarArgs 屬性
Gets or sets a list of the optional parameters that remain.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public ReadOnly Property VarArgs As IList(Of ScalarExpression)
Get
'用途
Dim instance As InternalOpenRowset
Dim value As IList(Of ScalarExpression)
value = instance.VarArgs
public IList<ScalarExpression> VarArgs { get; }
public:
property IList<ScalarExpression^>^ VarArgs {
IList<ScalarExpression^>^ get ();
}
member VarArgs : IList<ScalarExpression>
function get VarArgs () : IList<ScalarExpression>
屬性值
型別:System.Collections.Generic.IList<ScalarExpression>
A list of the optional parameters that remain.