Share via


ISourceInformation.SourceName Property

Gets the file name or other unique name that indicates where the element originates.

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

Syntax

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

Property Value

Type: System.String
A string that contains the source name.

.NET Framework Security

See Also

Reference

ISourceInformation Interface

Microsoft.Data.Schema.SchemaModel Namespace

IModelElement