FunctionType 속성
Gets or sets the user-defined function type.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<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
A UserDefinedFunctionType object value that specifies the type of user-defined function.
주의
User-defined function types include values such as scalar, inline, and table.