ImplementationType 列舉

定義

指定 StoredProcedure、UserDefinedFunction 及其他物件的實作類型。

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

欄位

名稱 Description
TransactSql 1

使用 Transact-SQL 實作。

SqlClr 2

以 SQL CLR 類型實作。

適用於