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


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


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 プロパティ

名前 | 説明 | |
---|---|---|
![]() | TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。 ( Attribute から継承されます。) |
![]() | Value | 負荷分散サポートが有効かどうかを示す値を取得します。 |

LoadBalancingSupportedAttribute メソッド

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 ( Attribute から継承されます。) |
![]() | GetCustomAttribute | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用された指定した型のカスタム属性を取得します。 ( Attribute から継承されます。) |
![]() | GetCustomAttributes | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されたカスタム属性の配列を取得します。 ( Attribute から継承されます。) |
![]() | GetHashCode | このインスタンスのハッシュ コードを返します。 ( Attribute から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 ( Object から継承されます。) |
![]() | IsDefaultAttribute | 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 ( Attribute から継承されます。) |
![]() | IsDefined | オーバーロードされます。 指定した型のカスタム属性が、アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されているかどうかを判断します。 ( Attribute から継承されます。) |
![]() | Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 ( Attribute から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 ( Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 ( Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 ( Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 ( Object から継承されます。) |

LoadBalancingSupportedAttribute メンバ
コンポーネントの負荷分散サービスがサーバーにインストールされ有効になっている場合に、コンポーネントを負荷分散に参加させるかどうかを決定します。
LoadBalancingSupportedAttribute データ型で公開されるメンバを以下の表に示します。

名前 | 説明 | |
---|---|---|
![]() | LoadBalancingSupportedAttribute | オーバーロードされます。 LoadBalancingSupportedAttribute クラスの新しいインスタンスを初期化します。 |

名前 | 説明 | |
---|---|---|
![]() | TypeId | 派生クラスに実装されている場合は、この Attribute の一意の識別子を取得します。(Attribute から継承されます。) |
![]() | Value | 負荷分散サポートが有効かどうかを示す値を取得します。 |

名前 | 説明 | |
---|---|---|
![]() | Equals | オーバーロードされます。 ( Attribute から継承されます。) |
![]() | GetCustomAttribute | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用された指定した型のカスタム属性を取得します。 (Attribute から継承されます。) |
![]() | GetCustomAttributes | オーバーロードされます。 アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されたカスタム属性の配列を取得します。 (Attribute から継承されます。) |
![]() | GetHashCode | このインスタンスのハッシュ コードを返します。 (Attribute から継承されます。) |
![]() | GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() | IsDefaultAttribute | 派生クラス内でオーバーライドされたときに、このインスタンスの値が派生クラスの既定値かどうかを示します。 (Attribute から継承されます。) |
![]() | IsDefined | オーバーロードされます。 指定した型のカスタム属性が、アセンブリ、モジュール、型のメンバ、またはメソッド パラメータに適用されているかどうかを判断します。 (Attribute から継承されます。) |
![]() | Match | 派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。 (Attribute から継承されます。) |
![]() | ReferenceEquals | 指定した複数の Object インスタンスが同一かどうかを判断します。 (Object から継承されます。) |
![]() | ToString | 現在の Object を表す String を返します。 (Object から継承されます。) |

名前 | 説明 | |
---|---|---|
![]() | Finalize | Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
![]() | MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |

Weblioに収録されているすべての辞書からLoadBalancingSupportedAttributeを検索する場合は、下記のリンクをクリックしてください。

- LoadBalancingSupportedAttributeのページへのリンク