Propriedade SqlElementDescriptor.ExternalReferenceParts
Obtém as partes externas para o nome do elemento.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)
Sintaxe
'Declaração
Public ReadOnly Property ExternalReferenceParts As ReadOnlyCollection(Of String)
Get
public ReadOnlyCollection<string> ExternalReferenceParts { get; }
public:
property ReadOnlyCollection<String^>^ ExternalReferenceParts {
ReadOnlyCollection<String^>^ get ();
}
member ExternalReferenceParts : ReadOnlyCollection<string>
function get ExternalReferenceParts () : ReadOnlyCollection<String>
Valor de propriedade
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<String>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.