Compartir a través de


ISql90UserDefinedType.Methods (Propiedad)

Obtiene la lista de métodos SQL CLR para este tipo.

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

Sintaxis

'Declaración
ReadOnly Property Methods As IList(Of ISql90ClrMethod)
    Get
IList<ISql90ClrMethod> Methods { get; }
property IList<ISql90ClrMethod^>^ Methods {
    IList<ISql90ClrMethod^>^ get ();
}
abstract Methods : IList<ISql90ClrMethod>
function get Methods () : IList<ISql90ClrMethod>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

ISql90UserDefinedType Interfaz

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