ServerProperty クラス
Server 要素に関連付けられているサーバー プロパティを定義します。このクラスは継承できません。
継承階層
System. . :: . .Object
Microsoft.AnalysisServices..::..ServerProperty
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
<GuidAttribute("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")> _
Public NotInheritable Class ServerProperty _
Implements ICloneable
'使用
Dim instance As ServerProperty
[GuidAttribute("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")]
public sealed class ServerProperty : ICloneable
[GuidAttribute(L"418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")]
public ref class ServerProperty sealed : ICloneable
[<SealedAttribute>]
[<GuidAttribute("418EFEC0-6B8C-45ca-A1AE-91DB5FF682DC")>]
type ServerProperty =
class
interface ICloneable
end
public final class ServerProperty implements ICloneable
ServerProperty 型は、以下のメンバーを公開しています。
コンストラクター
名前 | 説明 | |
---|---|---|
ServerProperty() () () () | ServerProperty クラスの新しいインスタンスを既定値で初期化します。 | |
ServerProperty(String, String) | 名前および値を使用して、ServerProperty の新しいインスタンスを初期化します。 |
先頭に戻る
プロパティ
名前 | 説明 | |
---|---|---|
Category | ServerProperty オブジェクトに関連付けられたカテゴリを取得します。値の設定も可能です。 | |
DefaultValue | ServerProperty オブジェクトの既定値を取得します。値の設定も可能です。 | |
DisplayFlag | 表示フラグの状態を取得します。値の設定も可能です。 | |
FolderName | ServerProperty オブジェクトに関連付けられたフォルダ名を取得します。 | |
Name | ServerProperty オブジェクトの名前を取得します。値の設定も可能です。 | |
PendingValue | ServerProperty オブジェクトの保留中の値を取得します。値の設定も可能です。 | |
PropertyName | プロパティ名を ServerProperty オブジェクトから取得します。 | |
RequiresRestart | 再起動が必要かどうかを示す ServerProperty オブジェクトに関連付けられた値を取得します。値の設定も可能です。 | |
Type | ServerProperty オブジェクトに関連付けられた型を取得します。値の設定も可能です。 | |
Units | ServerProperty オブジェクトに関連付けられた単位を取得します。値の設定も可能です。 | |
Value | ServerProperty オブジェクトに関連付けられた型を取得します。値の設定も可能です。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Clone | ServerProperty オブジェクトの新しい完全コピーを作成します。 | |
CopyTo | ServerProperty オブジェクトを指定したオブジェクトにコピーします。 | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。