Partager via


Generator.SchemaName, propriété

Obtient ou définit le nom du schéma auquel appartient la colonne.

Espace de noms :  Microsoft.Data.Schema.Tools.DataGenerator
Assembly :  Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Déclaration
<InputAttribute(AutoAssignedInput := AutoAssignedInput.SchemaName, ReadOnly := True,  _
    Visible := False)> _
Public Property SchemaName As String
    Get
    Set
[InputAttribute(AutoAssignedInput = AutoAssignedInput.SchemaName, ReadOnly = true, 
    Visible = false)]
public string SchemaName { get; set; }
[InputAttribute(AutoAssignedInput = AutoAssignedInput::SchemaName, ReadOnly = true, 
    Visible = false)]
public:
property String^ SchemaName {
    String^ get ();
    void set (String^ value);
}
[<InputAttribute(AutoAssignedInput = AutoAssignedInput.SchemaName, ReadOnly = true, 
    Visible = false)>]
member SchemaName : string with get, set
function get SchemaName () : String
function set SchemaName (value : String)

Valeur de propriété

Type : System.String
Nom du schéma.

Notes

Cette propriété est décorée avec l'attribut InputAttribute et le paramètre nommé AutoAssignedInput.

Sécurité .NET Framework

Voir aussi

Référence

Generator Classe

Microsoft.Data.Schema.Tools.DataGenerator, espace de noms

InputAttribute

AutoAssignedInput