UserDefinedFunctionParameter 构造函数 (UserDefinedFunction, String, DataType)
Initializes a new instance of the UserDefinedFunctionParameter class for the specified user-defined function, with the specified name and specified data type.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub New ( _
userDefinedFunction As UserDefinedFunction, _
name As String, _
dataType As DataType _
)
用法
Dim userDefinedFunction As UserDefinedFunction
Dim name As String
Dim dataType As DataType
Dim instance As New UserDefinedFunctionParameter(userDefinedFunction, _
name, dataType)
public UserDefinedFunctionParameter(
UserDefinedFunction userDefinedFunction,
string name,
DataType dataType
)
public:
UserDefinedFunctionParameter(
UserDefinedFunction^ userDefinedFunction,
String^ name,
DataType^ dataType
)
new :
userDefinedFunction:UserDefinedFunction *
name:string *
dataType:DataType -> UserDefinedFunctionParameter
public function UserDefinedFunctionParameter(
userDefinedFunction : UserDefinedFunction,
name : String,
dataType : DataType
)
参数
- userDefinedFunction
类型:Microsoft.SqlServer.Management.Smo.UserDefinedFunction
A UserDefinedFunction object that specifies the user-defined function to which the parameter belongs.
- name
类型:System.String
A String value that specifies the name of the user-defined function parameter.
- dataType
类型:Microsoft.SqlServer.Management.Smo.DataType
A DataType system object value that specifies the data type of the user-defined function parameter.
示例
请参阅
参考
UserDefinedFunctionParameter 类
UserDefinedFunctionParameter 重载
Microsoft.SqlServer.Management.Smo 命名空间