次の方法で共有


TargetServer クラス

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

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

構文

'宣言
Public NotInheritable Class TargetServer _
    Inherits AgentObjectBase
'使用
Dim instance As TargetServer
public sealed class TargetServer : AgentObjectBase
public ref class TargetServer sealed : public AgentObjectBase
[<SealedAttribute>]
type TargetServer =  
    class
        inherit AgentObjectBase
    end
public final class TargetServer extends AgentObjectBase

説明

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

スレッド セーフ

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

スレッド セーフ

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