DbColumn.BaseServerName プロパティ

定義

列に関連付けられているサーバー名を取得します。それ以外の場合は、値が設定されていない場合に null 。 派生クラスでオーバーライドされた場合は、サーバー名または null に設定できます。

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

プロパティ値

列に関連付けられているサーバー名。それ以外の場合は、値が設定されていない場合は null 参照 (Visual Basicでは Nothing)。

適用対象