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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.