ISourceInformation.SourceName 属性

获取指示元素来源的文件名或其他唯一名称。

命名空间:  Microsoft.Data.Schema.SchemaModel
程序集:  Microsoft.Data.Schema(在 Microsoft.Data.Schema.dll 中)

语法

声明
ReadOnly Property SourceName As String
    Get
string SourceName { get; }
property String^ SourceName {
    String^ get ();
}
abstract SourceName : string
function get SourceName () : String

属性值

类型:System.String
一个 string,其中包含源名称。

.NET Framework 安全性

请参见

参考

ISourceInformation 接口

Microsoft.Data.Schema.SchemaModel 命名空间

IModelElement