Propriété FilterNodeOperator.OpType
Gets the specified type of operator. Ne faites pas directement référence à 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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeOperator.Type
The operator type.