次の方法で共有


TargetServerGroup クラス

SQL Server エージェントでのマルチサーバー管理に定義された対象サーバー グループを表す TargetServerGroup オブジェクトです。

名前空間:  Microsoft.SqlServer.Management.Smo.Agent
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public NotInheritable Class TargetServerGroup _
    Inherits AgentObjectBase _
    Implements ICreatable, IDroppable, IRenamable
'使用
Dim instance As TargetServerGroup
public sealed class TargetServerGroup : AgentObjectBase, 
    ICreatable, IDroppable, IRenamable
public ref class TargetServerGroup sealed : public AgentObjectBase, 
    ICreatable, IDroppable, IRenamable
[<SealedAttribute>]
type TargetServerGroup =  
    class
        inherit AgentObjectBase
        interface ICreatable
        interface IDroppable
        interface IRenamable
    end
public final class TargetServerGroup extends AgentObjectBase implements ICreatable, IDroppable, IRenamable

説明

TargetServerGroup オブジェクトのプロパティを取得または設定するには、固定サーバー ロール sysadmin のメンバである必要があります。

対象サーバー グループを作成または削除するには、固定サーバー ロール sysadmin のメンバである必要があります。

メンバを追加または削除するには、固定サーバー ロール sysadmin のメンバである必要があります。

TargetServerGroup オブジェクトでメソッドを実行するには、固定サーバー ロール sysadmin のメンバである必要があります。

スレッド セーフ

この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。