Поделиться через


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

ISourceInformation.SourceName

.NET Framework Security

See Also

Reference

SqlSourceInformation Class

Microsoft.Data.Schema.Sql.SchemaModel Namespace