Share via


SourceCodePosition.SourceName Property

Gets the name of the source, usually a file name.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public ReadOnly Property SourceName As String
public string SourceName { get; }
public:
property String^ SourceName {
    String^ get ();
}
member SourceName : string
function get SourceName () : String

Property Value

Type: System.String
The source name.

.NET Framework Security

See Also

Reference

SourceCodePosition Class

Microsoft.Data.Schema.SchemaModel Namespace