Generator.SchemaName (Propiedad)

Obtiene o establece el nombre del esquema al que pertenece la columna.

Espacio de nombres:  Microsoft.Data.Schema.Tools.DataGenerator
Ensamblado:  Microsoft.Data.Schema.Tools (en Microsoft.Data.Schema.Tools.dll)

Sintaxis

'Declaración
<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)

Valor de propiedad

Tipo: System.String
Nombre del esquema.

Comentarios

Esta propiedad se decora con los parámetros con nombre InputAttribute y AutoAssignedInput.

Seguridad de .NET Framework

Vea también

Referencia

Generator Clase

Microsoft.Data.Schema.Tools.DataGenerator (Espacio de nombres)

InputAttribute

AutoAssignedInput