Proprietà SqlPotentialElementDescriptor.ClrParts

Ottiene le parti del nome del descrittore che sono proprietà/funzioni CLR.

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

Sintassi

'Dichiarazione
Public ReadOnly Property ClrParts As ReadOnlyCollection(Of SqlClrPart)
    Get
public ReadOnlyCollection<SqlClrPart> ClrParts { get; }
public:
property ReadOnlyCollection<SqlClrPart>^ ClrParts {
    ReadOnlyCollection<SqlClrPart>^ get ();
}
member ClrParts : ReadOnlyCollection<SqlClrPart>
function get ClrParts () : ReadOnlyCollection<SqlClrPart>

Valore proprietà

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<SqlClrPart>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SqlPotentialElementDescriptor Classe

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