ExecutionModeAttribute Class

[このトピックはプレリリース版のドキュメントであり、今後のリリースでは変更される場合があります。空のトピックがプレースホルダとして含まれています。]

名前空間: Microsoft.SqlServer.Management.Facets
アセンブリ: Microsoft.SqlServer.Dmf (microsoft.sqlserver.dmf.dll 内)

構文

'宣言
<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple:=False)> _
Public NotInheritable Class ExecutionModeAttribute
    Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.All, AllowMultiple=false)] 
public sealed class ExecutionModeAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::All, AllowMultiple=false)] 
public ref class ExecutionModeAttribute sealed : public Attribute
/** @attribute AttributeUsageAttribute(AttributeTargets.All, AllowMultiple=false) */ 
public final class ExecutionModeAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.All, AllowMultiple=false) 
public final class ExecutionModeAttribute extends Attribute

継承階層

System.Object
   System.Attribute
    Microsoft.SqlServer.Management.Facets.ExecutionModeAttribute

スレッド セーフ

この型の public static (Microsoft Visual Basic ではShared ) メンバはすべて、スレッド セーフです。インスタンス メンバの場合は、スレッド セーフであるとは限りません。

プラットフォーム

開発プラットフォーム

サポートされているプラットフォームの一覧については、「SQL Server のインストールに必要なハードウェアおよびソフトウェア」を参照してください。

対象プラットフォーム

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Server 2008, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2), Windows 2000 Professional, Windows 2000 Advanced Server, Windows XP Home Edition, サポートされているプラットフォームの一覧については、「SQL Server のインストールに必要なハードウェアおよびソフトウェア」を参照してください。, Windows Vista, Windows Mobile 5.0, Windows Mobile 2003 for Pocket PC, Windows CE 5.0

参照

関連項目

ExecutionModeAttribute Members
Microsoft.SqlServer.Management.Facets Namespace