SqlPotentialElementDescriptor.ClrParts (Propiedad)

Obtiene las partes del nombre del descriptor que son propiedades o funciones de CLR.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

SqlPotentialElementDescriptor Clase

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)