共用方式為


IScriptSourcedModelElement.PrimarySource 屬性

取得項目之主要來源的相關資訊。

命名空間:  Microsoft.Data.Schema.SchemaModel
組件:  Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)

語法

'宣告
ReadOnly Property PrimarySource As ISourceInformation
    Get
ISourceInformation PrimarySource { get; }
property ISourceInformation^ PrimarySource {
    ISourceInformation^ get ();
}
abstract PrimarySource : ISourceInformation
function get PrimarySource () : ISourceInformation

屬性值

型別:Microsoft.Data.Schema.SchemaModel.ISourceInformation
主要來源的相關資訊。

.NET Framework 安全性

請參閱

參考

IScriptSourcedModelElement 介面

Microsoft.Data.Schema.SchemaModel 命名空間

ISourceInformation