LoadBalancingSupportedAttribute クラス
アセンブリ: System.EnterpriseServices (system.enterpriseservices.dll 内)
 構文
構文<ComVisibleAttribute(False)> _ <AttributeUsageAttribute(AttributeTargets.Class, Inherited:=True)> _ Public NotInheritable Class LoadBalancingSupportedAttribute Inherits Attribute
[ComVisibleAttribute(false)] [AttributeUsageAttribute(AttributeTargets.Class, Inherited=true)] public sealed class LoadBalancingSupportedAttribute : Attribute
[ComVisibleAttribute(false)] [AttributeUsageAttribute(AttributeTargets::Class, Inherited=true)] public ref class LoadBalancingSupportedAttribute sealed : public Attribute
 使用例
使用例LoadBalancingSupportedAttribute 型の使用方法のコード例を次に示します。
Imports System Imports System.EnterpriseServices Imports System.Reflection ' References: ' System.EnterpriseServices <LoadBalancingSupported()> _ Public Class LoadBalancingSupportedAttribute_Ctor Inherits ServicedComponent End Class 'LoadBalancingSupportedAttribute_Ctor <LoadBalancingSupported(False)> _ Public Class LoadBalancingSupportedAttribute_Ctor_Bool Inherits ServicedComponent End Class 'LoadBalancingSupportedAttribute_Ctor_Bool <LoadBalancingSupported(False)> _ Public Class LoadBalancingSupportedAttribute_Value Inherits ServicedComponent Public Sub ValueExample() ' Get the LoadBalancingSupportedAttribute applied to the class. Dim attribute As LoadBalancingSupportedAttribute = CType(Attribute.GetCustomAttribute(Me.GetType(), GetType(LoadBalancingSupportedAttribute), False), LoadBalancingSupportedAttribute) ' Display the value of the attribute's Value property. MsgBox("LoadBalancingSupportedAttribute.Value: " & attribute.Value) End Sub 'ValueExample End Class 'LoadBalancingSupportedAttribute_Value
using System; using System.EnterpriseServices; using System.Reflection; // References: // System.EnterpriseServices [LoadBalancingSupported] public class LoadBalancingSupportedAttribute_Ctor : ServicedComponent { } [LoadBalancingSupported(false)] public class LoadBalancingSupportedAttribute_Ctor_Bool : ServicedComponent { } [LoadBalancingSupported(false)] public class LoadBalancingSupportedAttribute_Value : ServicedComponent { public void ValueExample() { // Get the LoadBalancingSupportedAttribute applied to the class. LoadBalancingSupportedAttribute attribute = (LoadBalancingSupportedAttribute)Attribute.GetCustomAttribute( this.GetType(), typeof(LoadBalancingSupportedAttribute), false); // Display the value of the attribute's Value property. Console.WriteLine("LoadBalancingSupportedAttribute.Value: {0}" , attribute.Value); } }
import System.*; import System.EnterpriseServices.*; import System.Reflection.*; // References: // System.EnterpriseServices /** @attribute LoadBalancingSupported() */ public class LoadBalancingSupportedAttribute_Ctor extends ServicedComponent { } //LoadBalancingSupportedAttribute_Ctor /** @attribute LoadBalancingSupported(false) */ public class LoadBalancingSupportedAttribute_Ctor_Bool extends ServicedComponent { } //LoadBalancingSupportedAttribute_Ctor_Bool /** @attribute LoadBalancingSupported(false) */ public class LoadBalancingSupportedAttribute_Value extends ServicedComponent { public void ValueExample() { // Get the LoadBalancingSupportedAttribute applied to the class. LoadBalancingSupportedAttribute attribute = (LoadBalancingSupportedAttribute)(Attribute.GetCustomAttribute( this.GetType(), LoadBalancingSupportedAttribute.class.ToType() , false)); // Display the value of the attribute's Value property. Console.WriteLine("LoadBalancingSupportedAttribute.Value: {0}" , (System.Boolean)attribute.get_Value()); } //ValueExample } //LoadBalancingSupportedAttribute_Value
 継承階層
継承階層System.Attribute
System.EnterpriseServices.LoadBalancingSupportedAttribute
 スレッド セーフ
スレッド セーフ プラットフォーム
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照LoadBalancingSupportedAttribute コンストラクタ ()
アセンブリ: System.EnterpriseServices (system.enterpriseservices.dll 内)
 構文
構文 使用例
使用例新しい LoadBalancingSupportedAttribute を作成するコード例を次に示します。
<LoadBalancingSupported()> _ Public Class LoadBalancingSupportedAttribute_Ctor Inherits ServicedComponent End Class 'LoadBalancingSupportedAttribute_Ctor
 .NET Framework のセキュリティ
.NET Framework のセキュリティ プラットフォーム
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照LoadBalancingSupportedAttribute クラス
LoadBalancingSupportedAttribute メンバ
System.EnterpriseServices 名前空間
LoadBalancingSupportedAttribute コンストラクタ
 オーバーロードの一覧
オーバーロードの一覧| 名前 | 説明 | 
|---|---|
| LoadBalancingSupportedAttribute () | LoadBalancingSupportedAttribute クラスの新しいインスタンスを初期化して、負荷分散サポートを指定します。 | 
| LoadBalancingSupportedAttribute (Boolean) | LoadBalancingSupportedAttribute クラスの新しいインスタンスを初期化して、オプションで負荷分散サポートを無効にします。 | 
 参照
参照関連項目
LoadBalancingSupportedAttribute クラスLoadBalancingSupportedAttribute メンバ
System.EnterpriseServices 名前空間
LoadBalancingSupportedAttribute コンストラクタ (Boolean)
アセンブリ: System.EnterpriseServices (system.enterpriseservices.dll 内)
 構文
構文 使用例
使用例新しい LoadBalancingSupportedAttribute を作成するコード例を次に示します。
<LoadBalancingSupported(False)> _ Public Class LoadBalancingSupportedAttribute_Ctor_Bool Inherits ServicedComponent End Class 'LoadBalancingSupportedAttribute_Ctor_Bool
 .NET Framework のセキュリティ
.NET Framework のセキュリティ プラットフォーム
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照LoadBalancingSupportedAttribute クラス
LoadBalancingSupportedAttribute メンバ
System.EnterpriseServices 名前空間
LoadBalancingSupportedAttribute プロパティ
 パブリック プロパティ
パブリック プロパティ| 名前 | 説明 | |
|---|---|---|
| .gif)  | TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。 ( Attribute から継承されます。) | 
| .gif)  | Value | 負荷分散サポートが有効かどうかを示す値を取得します。 | 
 参照
参照LoadBalancingSupportedAttribute メソッド
 パブリック メソッド
パブリック メソッド| 名前 | 説明 | |
|---|---|---|
| .gif)  | Equals | オーバーロードされます。 ( Attribute から継承されます。) | 
| .gif)  | GetCustomAttribute | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用された指定した型のカスタム属性を取得します。 ( Attribute から継承されます。) | 
| .gif)  | GetCustomAttributes | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されたカスタム属性の配列を取得します。 ( Attribute から継承されます。) | 
| .gif)  | GetHashCode | このインスタンスのハッシュ コードを返します。 ( Attribute から継承されます。) | 
| .gif)  | GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) | 
| .gif)  | IsDefaultAttribute | 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 ( Attribute から継承されます。) | 
| .gif)  | IsDefined | オーバーロードされます。 指定した型のカスタム属性が、アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されているかどうかを判断します。 ( Attribute から継承されます。) | 
| .gif)  | Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 ( Attribute から継承されます。) | 
| .gif)  | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) | 
| .gif)  | ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) | 
 プロテクト メソッド
プロテクト メソッド| 名前 | 説明 | |
|---|---|---|
| .gif)  | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) | 
| .gif)  | MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) | 
 参照
参照LoadBalancingSupportedAttribute メンバ
コンポーネントの負荷分散サービスがサーバーにインストールされ有効になっている場合に、コンポーネントを負荷分散に参加させるかどうかを決定します。
LoadBalancingSupportedAttribute データ型で公開されるメンバを以下の表に示します。
 パブリック コンストラクタ
パブリック コンストラクタ| 名前 | 説明 | |
|---|---|---|
| .gif)  | LoadBalancingSupportedAttribute | オーバーロードされます。 LoadBalancingSupportedAttribute クラスの新しいインスタンスを初期化します。 | 
 パブリック プロパティ
パブリック プロパティ| 名前 | 説明 | |
|---|---|---|
| .gif)  | TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。(Attribute から継承されます。) | 
| .gif)  | Value | 負荷分散サポートが有効かどうかを示す値を取得します。 | 
 パブリック メソッド
パブリック メソッド| 名前 | 説明 | |
|---|---|---|
| .gif)  | Equals | オーバーロードされます。 ( Attribute から継承されます。) | 
| .gif)  | GetCustomAttribute | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用された指定した型のカスタム属性を取得します。 (Attribute から継承されます。) | 
| .gif)  | GetCustomAttributes | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されたカスタム属性の配列を取得します。 (Attribute から継承されます。) | 
| .gif)  | GetHashCode | このインスタンスのハッシュ コードを返します。 (Attribute から継承されます。) | 
| .gif)  | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | 
| .gif)  | IsDefaultAttribute | 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 (Attribute から継承されます。) | 
| .gif)  | IsDefined | オーバーロードされます。 指定した型のカスタム属性が、アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されているかどうかを判断します。 (Attribute から継承されます。) | 
| .gif)  | Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 (Attribute から継承されます。) | 
| .gif)  | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) | 
| .gif)  | ToString | 現在の Object を表す String を返します。 (Object から継承されます。) | 
 プロテクト メソッド
プロテクト メソッド| 名前 | 説明 | |
|---|---|---|
| .gif)  | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) | 
| .gif)  | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) | 
 参照
参照Weblioに収録されているすべての辞書からLoadBalancingSupportedAttributeを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からLoadBalancingSupportedAttribute
                    を検索
                     全ての辞書からLoadBalancingSupportedAttribute
                    を検索
                - LoadBalancingSupportedAttributeのページへのリンク

 
                             
                    


