DbColumn.BaseSchemaName Proprietà

Definizione

Ottiene il nome dello schema associato all'origine dati; in caso contrario, null se non è impostato alcun valore. Può essere impostato sul nome dello schema o su null quando sottoposto a overridde in una classe derivata.

public:  property System::String ^ BaseSchemaName {  public:
System::String ^ get(); protected:
 void set(System::String ^ value); };
public string? BaseSchemaName { get; protected set; }
public string BaseSchemaName { get; protected set; }
member this.BaseSchemaName : string with get, set
Public Property BaseSchemaName As String

Valore della proprietà

Il nome dello schema associato all'origine dati; in caso contrario, un riferimento Null (Nothing in Visual Basic) se non è impostato alcun valore.

Si applica a