Sdílet prostřednictvím


ISql90UserDefinedType.Properties – vlastnost

Pro tento typ získá vlastnosti seznamu SQL CLR.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
ReadOnly Property Properties As IList(Of ISql90ClrProperty)
    Get
IList<ISql90ClrProperty> Properties { get; }
property IList<ISql90ClrProperty^>^ Properties {
    IList<ISql90ClrProperty^>^ get ();
}
abstract Properties : IList<ISql90ClrProperty>
function get Properties () : IList<ISql90ClrProperty>

Hodnota vlastnosti

Typ: System.Collections.Generic.IList<ISql90ClrProperty>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISql90UserDefinedType Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů