OutputAttribute.Name-Eigenschaft

Der Name des Attributs.

Namespace:  Microsoft.Data.Schema.Tools.DataGenerator
Assembly:  Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)

Syntax

'Declaration
Public Property Name As String
    Get
    Set
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
member Name : string with get, set
function get Name () : String
function set Name (value : String)

Eigenschaftswert

Typ: System.String
Der Name des Attributs.

.NET Framework-Sicherheit

Siehe auch

Referenz

OutputAttribute Klasse

Microsoft.Data.Schema.Tools.DataGenerator-Namespace