Propriedade do RDL InternalOpenRowset.VarArgs
Gets or sets a list of the optional parameters that remain.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public ReadOnly Property VarArgs As IList(Of ScalarExpression)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<ScalarExpression>
A list of the optional parameters that remain.