Partager via


SqlPotentialElementDescriptor.ClrParts, propriété

Obtient les parties du nom du descripteur qui sont des propriétés/fonctions CLR (Common Language Runtime).

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

SqlPotentialElementDescriptor Classe

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms