ServerAlias クラス
ServerAlias クラスは、Windows Management Instrumentation (WMI) インストールのサーバー接続の別名を表します。
名前空間: Microsoft.SqlServer.Management.Smo.Wmi
アセンブリ: Microsoft.SqlServer.SqlWmiManagement (Microsoft.SqlServer.SqlWmiManagement.dll)
構文
'宣言
Public NotInheritable Class ServerAlias _
Inherits WmiSmoObject _
Implements ICreatable, IDroppable
'使用
Dim instance As ServerAlias
public sealed class ServerAlias : WmiSmoObject,
ICreatable, IDroppable
public ref class ServerAlias sealed : public WmiSmoObject,
ICreatable, IDroppable
[<SealedAttribute>]
type ServerAlias =
class
inherit WmiSmoObject
interface ICreatable
interface IDroppable
end
public final class ServerAlias extends WmiSmoObject implements ICreatable, IDroppable
説明
サーバー接続の別名は、次の場合に必要です。
クライアントが既定のネットワーク トランスポート以外のネットワーク トランスポートを介して MicrosoftSQL Server のインスタンスに接続している場合。
クライアントの接続先である SQL Server のインスタンスが代替の名前付きパイプでリッスンしている場合。
ServerAlias オブジェクトのプロパティを取得または設定したり、ServerAlias メソッドを実行するには、固定サーバー ロール sysadmin のメンバである必要があります。
スレッド セーフ
この型の public static (Microsoft Visual Basic では Shared) のすべてのメンバーは、マルチスレッド操作で安全に使用できます。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
継承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .SmoObjectBase
Microsoft.SqlServer.Management.Smo.Wmi. . :: . .WmiSmoObject
Microsoft.SqlServer.Management.Smo.Wmi..::..ServerAlias
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。