Freigeben über


FilterNodeOperator.OpType-Eigenschaft

Gets the specified type of operator. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property OpType As FilterNodeOperator.Type 
    Get
'Usage
Dim instance As FilterNodeOperator 
Dim value As FilterNodeOperator.Type 

value = instance.OpType
public FilterNodeOperator.Type OpType { get; }
public:
property FilterNodeOperator.Type OpType {
    FilterNodeOperator.Type get ();
}
member OpType : FilterNodeOperator.Type
function get OpType () : FilterNodeOperator.Type

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeOperator.Type
The operator type.

Siehe auch

Verweis

FilterNodeOperator Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace