DataSchemaError.Document, propriété
Obtient le nom du document où l'erreur s'est produite.
Espace de noms : Microsoft.Data.Schema
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Property Document As String
Get
Set
public string Document { get; set; }
public:
property String^ Document {
String^ get ();
void set (String^ value);
}
member Document : string with get, set
function get Document () : String
function set Document (value : String)
Valeur de propriété
Type : System.String
Nom du document.
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.