ImplementationType プロパティ
ユーザー定義関数の実装の種類を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design, _
"TransactSql")> _
Public Property ImplementationType As ImplementationType
Get
Set
'使用
Dim instance As UserDefinedFunction
Dim value As ImplementationType
value = instance.ImplementationType
instance.ImplementationType = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design,
"TransactSql")]
public ImplementationType ImplementationType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design,
L"TransactSql")]
public:
property ImplementationType ImplementationType {
ImplementationType get ();
void set (ImplementationType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design,
"TransactSql")>]
member ImplementationType : ImplementationType with get, set
function get ImplementationType () : ImplementationType
function set ImplementationType (value : ImplementationType)
プロパティ値
型: Microsoft.SqlServer.Management.Smo. . :: . .ImplementationType
ユーザー定義関数の実装型を示す ImplementationType オブジェクトの値です。
説明
このプロパティは、CLR 型または Transact-SQL のどちらでユーザー定義関数が実装されるのかを指定します。ユーザー定義関数が CLR 型で実装される場合、ExecutionContextPrincipal プロパティ、AssemblyName プロパティ、ClassName プロパティ、および MethodName プロパティの値が必要です。