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
- 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.