Gets or sets the compute function type.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property ComputeFunctionType As ComputeFunctionType
Get
Set
'用途
Dim instance As ComputeFunction
Dim value As ComputeFunctionType
value = instance.ComputeFunctionType
instance.ComputeFunctionType = value
public ComputeFunctionType ComputeFunctionType { get; set; }
public:
property ComputeFunctionType ComputeFunctionType {
ComputeFunctionType get ();
void set (ComputeFunctionType value);
}
member ComputeFunctionType : ComputeFunctionType with get, set
function get ComputeFunctionType () : ComputeFunctionType
function set ComputeFunctionType (value : ComputeFunctionType)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.ComputeFunctionType
The compute function type.