Compartir a través de


ParameterizedDataType.Parameters (Propiedad)

Obtiene una lista de parámetros si el objeto de esquema es una función definida por el usuario.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parameters As IList(Of Literal)
    Get
public IList<Literal> Parameters { get; }
public:
property IList<Literal^>^ Parameters {
    IList<Literal^>^ get ();
}
member Parameters : IList<Literal>
function get Parameters () : IList<Literal>

Valor de propiedad

Tipo: System.Collections.Generic.IList<Literal>

Seguridad de .NET Framework

Vea también

Referencia

ParameterizedDataType Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)