DataType 属性
Gets or sets the return type for scalar functions.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute> _
Public Property DataType As DataType
Get
Set
用法
Dim instance As UserDefinedFunction
Dim value As DataType
value = instance.DataType
instance.DataType = value
[SfcPropertyAttribute]
public DataType DataType { get; set; }
[SfcPropertyAttribute]
public:
property DataType^ DataType {
DataType^ get ();
void set (DataType^ value);
}
[<SfcPropertyAttribute>]
member DataType : DataType with get, set
function get DataType () : DataType
function set DataType (value : DataType)
属性值
类型:Microsoft.SqlServer.Management.Smo. . :: . .DataType
A DataType system object value that specifies the data type of the function's return value.
注释
This property is null for nonscalar functions.