SourceCodePosition.SourceName, propriété
Obtient le nom de la source, en général un nom de fichier.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SourceName As String
Get
public string SourceName { get; }
public:
property String^ SourceName {
String^ get ();
}
member SourceName : string
function get SourceName () : String
Valeur de propriété
Type : System.String
Nom source.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.