計算関数の種類を取得または設定します。
名前空間: 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
計算関数の種類。