Partager via


Propriété OpType

Gets the specified type of operator. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property OpType As FilterNodeOperator..::..Type
    Get
'Utilisation
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