SqlSourceInformation.SourceName Property
Gets the file name or other unique cache identifier that indicates the source of the element.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property SourceName As String
public string SourceName { get; }
public:
virtual property String^ SourceName {
String^ get () sealed;
}
abstract SourceName : string
override SourceName : string
final function get SourceName () : String
Property Value
Type: System.String
Implements
.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.