次の方法で共有


ManagementScopePath クラス

定義

サーバー、サイト、またはアプリケーションの管理スコープ パスをカプセル化します。 このクラスは継承できません。

public ref class ManagementScopePath sealed
public sealed class ManagementScopePath
type ManagementScopePath = class
Public NotInheritable Class ManagementScopePath
継承
ManagementScopePath

プロパティ

ApplicationPath

アプリケーション パスを取得します。

FrameworkVersion

.NET Framework バージョンを取得します。

Port

ポート番号を取得します。

ServerName

サーバー名を取得します。

ServerReference

サーバー参照を取得します。

SiteName

サイト名を取得します。

メソッド

CreateApplicationPath(String, Int32, String, String)

指定したパラメーターを使用してアプリケーション パスを作成します。

CreateServerPath(String, Int32)

指定したサーバー名とポート番号を使用して、サーバー パスを作成します。

CreateServerPath(String, Int32, ManagementFrameworkVersion)

指定したサーバー名、ポート番号、および.NET Frameworkバージョンを使用して、サーバー パスを作成します。

CreateSitePath(String, Int32, String)

サーバー名、ポート番号、およびサイト名を使用してサーバー パスを作成します。

Equals(Object)

指定したオブジェクトが、現在の ManagementScopePath オブジェクトと等しいかどうかを判断します。

GetHashCode()

オブジェクトのハッシュ コードを ManagementScopePath 取得します。

SetFrameworkVersion(ManagementFrameworkVersion)

.NET Frameworkバージョンを設定します。

適用対象