Share via


DbColumn.BaseServerName Proprietà

Definizione

Ottiene il nome server associato alla colonna; in caso contrario, null se non è impostato alcun valore. Può essere impostato sul nome server o su null quando sottoposto a overridde in una classe derivata.

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

Valore della proprietà

Il nome server associato alla colonna; in caso contrario, un riferimento Null (Nothing in Visual Basic) se non è impostato alcun valore.

Si applica a