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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.