Sdílet prostřednictvím


SqlElementDescriptor.ExternalReferenceParts – vlastnost

Získá vnějších částí pro název prvku.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Deklarace
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>

Hodnota vlastnosti

Typ: System.Collections.ObjectModel.ReadOnlyCollection<String>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

SqlElementDescriptor Třída

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů