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