FunctionType プロパティ
ユーザー定義関数の種類を取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property FunctionType As UserDefinedFunctionType
Get
Set
'使用
Dim instance As UserDefinedFunction
Dim value As UserDefinedFunctionType
value = instance.FunctionType
instance.FunctionType = value
[SfcPropertyAttribute]
public UserDefinedFunctionType FunctionType { get; set; }
[SfcPropertyAttribute]
public:
property UserDefinedFunctionType FunctionType {
UserDefinedFunctionType get ();
void set (UserDefinedFunctionType value);
}
[<SfcPropertyAttribute>]
member FunctionType : UserDefinedFunctionType with get, set
function get FunctionType () : UserDefinedFunctionType
function set FunctionType (value : UserDefinedFunctionType)
プロパティ値
型: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionType
ユーザー定義関数の種類を示す UserDefinedFunctionType オブジェクトの値です。
説明
ユーザー定義関数の種類には、スカラ、インライン、およびテーブルなどがあります。