Condividi tramite


Proprietà ISourceInformation.SourceName

Ottiene il nome file o un altro nome univoco che indica l'origine dell'elemento.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

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

Valore proprietà

Tipo: System.String
Oggetto string che contiene il nome di origine.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISourceInformation Interfaccia

Spazio dei nomi Microsoft.Data.Schema.SchemaModel

IModelElement