Proprietà ISql90UserDefinedType.Methods

Ottiene l'elenco di proprietà CLR SQL per questo tipo.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90UserDefinedType Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel