Freigeben über


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