Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Obtiene las partes del nombre del elemento.
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 Identifiers As ReadOnlyCollection(Of String)
Get
public ReadOnlyCollection<string> Identifiers { get; }
public:
property ReadOnlyCollection<String^>^ Identifiers {
ReadOnlyCollection<String^>^ get ();
}
member Identifiers : ReadOnlyCollection<string>
function get Identifiers () : ReadOnlyCollection<String>
Valor de propiedad
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<String>
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.