DataSchemaModel.ScriptSourcedModelElement.SecondarySources – vlastnost
Získá seznam sekundárních zdrojů definující tento prvek.
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
Public ReadOnly Property SecondarySources As ICollection(Of ISourceInformation)
Get
public ICollection<ISourceInformation> SecondarySources { get; }
public:
virtual property ICollection<ISourceInformation^>^ SecondarySources {
ICollection<ISourceInformation^>^ get () sealed;
}
abstract SecondarySources : ICollection<ISourceInformation>
override SecondarySources : ICollection<ISourceInformation>
final function get SecondarySources () : ICollection<ISourceInformation>
Hodnota vlastnosti
Typ: System.Collections.Generic.ICollection<ISourceInformation>
Seznam sekundárních zdrojů.
Implementuje
IScriptSourcedModelElement.SecondarySources
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
DataSchemaModel.ScriptSourcedModelElement Třída