Freigeben über


FilterNodeFunction.FunctionType-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. 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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeFunction.Type
A FilterNodeFunction.Type value that indicates the function type.

Siehe auch

Verweis

FilterNodeFunction Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace