ServerGroupBase クラス

定義

ServerGroupBaseクラスは、Microsoft SQL Server登録されたサーバーのグループを表すServerGroupクラスの構築に用いられる基本クラスです。

public ref class ServerGroupBase : Microsoft::SqlServer::Management::Smo::RegisteredServers::RegSvrSmoObject, Microsoft::SqlServer::Management::Common::IAlterable, Microsoft::SqlServer::Management::Common::ICreatable, Microsoft::SqlServer::Management::Common::IDroppable
public class ServerGroupBase : Microsoft.SqlServer.Management.Smo.RegisteredServers.RegSvrSmoObject, Microsoft.SqlServer.Management.Common.IAlterable, Microsoft.SqlServer.Management.Common.ICreatable, Microsoft.SqlServer.Management.Common.IDroppable
type ServerGroupBase = class
    inherit RegSvrSmoObject
    interface ICreatable
    interface IAlterable
    interface IDroppable
Public Class ServerGroupBase
Inherits RegSvrSmoObject
Implements IAlterable, ICreatable, IDroppable
継承
派生
実装

注釈

スレッド セーフ

このタイプのパブリックスタティック(共有Microsoft Visual Basic)メンバーはマルチスレッド操作に安全です。 インスタンス メンバーがスレッド セーフであるとは限りません。

プロパティ

名前 説明
Name

オブジェクト名を取得するか設定します。

(継承元 RegSvrSmoObject)
Properties

オブジェクトに関連付けられたプロパティを取得します。

(継承元 RegSvrSmoObject)
RegisteredServers

RegisteredServer オブジェクトのコレクションを表します。 各 RegisteredServer オブジェクトは親サーバーグループに含まれる登録サーバーを表します。

ServerGroups

ServerGroup オブジェクトのコレクションを表します。 各 ServerGroup オブジェクトは親サーバーグループに含まれるサーバーグループを表します。

State

参照対象のオブジェクトの状態を取得します。

(継承元 SmoObjectBase)
Urn

そのオブジェクトを表す Urn オブジェクトを取得します。

(継承元 RegSvrSmoObject)
UrnSkeleton

そのオブジェクトを表す Urn オブジェクトを取得します。

(継承元 RegSvrSmoObject)
UserData

参照対象オブジェクトに関連付けられたユーザー定義データを取得または設定します。

(継承元 SmoObjectBase)

メソッド

名前 説明
Alter()

Microsoft SQL Serverインスタンス上のServerGroupBaseオブジェクトプロパティの変更を更新します。

CheckObjectState()

オブジェクトの状態を確認します。

(継承元 RegSvrSmoObject)
ClearCollections()

サーバーグループのコレクションをクリアします。

Create()

ServerGroupBaseオブジェクトで定義されたMicrosoft SQL Serverインスタンス上でサーバーグループを作成します。

Drop()

親サーバーグループから ServerGroupBase を削除します。

GetSmoObject(Urn)

URNによって指定された RegSvrSmoObject を得ます。

ImplInitialize(String[], OrderBy[])

オブジェクトを初期化します。

(継承元 RegSvrSmoObject)
Initialize()

オブジェクトを初期化します。

(継承元 RegSvrSmoObject)
IsObjectInitialized()

オブジェクトが初期化されたかどうかを示す Boolean 値が得られます。

(継承元 RegSvrSmoObject)
Refresh()

オブジェクトのプロパティを更新します。

(継承元 RegSvrSmoObject)
SetParentImpl(RegSvrSmoObject)

親を決める。

(継承元 RegSvrSmoObject)
UpdateObjectState()

更新されたオブジェクト状態を取得します。

(継承元 RegSvrSmoObject)
Validate(String, Object[])

オブジェクトの状態を検証します。

(継承元 SmoObjectBase)

適用対象