Proprietà OpType
Gets the specified type of operator. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property OpType As FilterNodeOperator..::..Type
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterNodeOperator. . :: . .Type
The operator type.
Vedere anche