Share via


SqlPotentialElementDescriptor.ClrParts Property

Gets the parts of the name of the descriptor that are CLR properties/functions.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

SqlPotentialElementDescriptor Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace