Propriedade do RDL ComputeFunction.ComputeFunctionType
Gets or sets the compute function type.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property ComputeFunctionType As ComputeFunctionType
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.ComputeFunctionType
The compute function type.