Aracılığıyla paylaş


ScriptCache.GetAllCustomSchemaDataFileNames Yöntem

Özel şema veri dosya adları koleksiyonunu döndürür.

Ad alanı:  Microsoft.Data.Schema.SchemaModel
Derleme:  Microsoft.Data.Schema (Microsoft.Data.Schema.dll içinde)

Sözdizimi

'Bildirim
Public MustOverride Function GetAllCustomSchemaDataFileNames As ICollection(Of String)
public abstract ICollection<string> GetAllCustomSchemaDataFileNames()
public:
virtual ICollection<String^>^ GetAllCustomSchemaDataFileNames() abstract
abstract GetAllCustomSchemaDataFileNames : unit -> ICollection<string> 
public abstract function GetAllCustomSchemaDataFileNames() : ICollection<String>

Dönüş Değeri

Tür: System.Collections.Generic.ICollection<String>
Dosya adları topluluğu.

Açıklamalar

"Dosyaadı" içeren meta verileri için arama yapar.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

ScriptCache Sınıf

Microsoft.Data.Schema.SchemaModel Ad Alanı