ImplementationType 列挙体

ImplementationType 列挙には、ストアド プロシージャ、ユーザー定義関数、およびその他のオブジェクトの実装の種類を指定するために使用される値が含まれます。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.SqlEnum (Microsoft.SqlServer.SqlEnum.dll)

構文

'宣言
Public Enumeration ImplementationType
'使用
Dim instance As ImplementationType
public enum ImplementationType
public enum class ImplementationType
type ImplementationType
public enum ImplementationType

メンバー

メンバー名 説明
SqlClr 共通言語ランタイム (CLR) として実装されます。
TransactSql Transact-SQL として実装されます。

説明

ImplementationType 列挙クラスは、TriggerDatabaseDdlTriggerServerDdlTriggerStoredProcedure、および UserDefinedFunction クラスの ImplementationType プロパティによって処理されます。

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間