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) です。

適用対象