ImplementationType 列挙型

定義

StoredProcedure、UserDefinedFunction、およびその他のオブジェクトの実装型を指定します。

public enum ImplementationType
type ImplementationType = 
Public Enum ImplementationType
継承
ImplementationType

フィールド

名前 説明
TransactSql 1

Transact-SQLで補完されます。

SqlClr 2

SQL CLR 型で実装されます。

適用対象