FilterNodeFunction.FunctionType Property
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets a FilterNodeFunction.Type value that indicates the function type.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property FunctionType As FilterNodeFunction..::..Type
Get
'Usage
Dim instance As FilterNodeFunction
Dim value As FilterNodeFunction..::..Type
value = instance.FunctionType
public FilterNodeFunction..::..Type FunctionType { get; }
public:
property FilterNodeFunction..::..Type FunctionType {
FilterNodeFunction..::..Type get ();
}
member FunctionType : FilterNodeFunction..::..Type
function get FunctionType () : FilterNodeFunction..::..Type
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeFunction.Type
A FilterNodeFunction.Type value that indicates the function type.