SourceCodePosition.SourceName 属性

获取源的名称,通常为文件名。

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

语法

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

属性值

类型:System.String
源名称。

.NET Framework 安全性

请参见

参考

SourceCodePosition 类

Microsoft.Data.Schema.SchemaModel 命名空间