Type-Eigenschaft
Gets the type of expression node.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property Type As ExpressionNodeType
Get
'Usage
Dim instance As ExpressionNode
Dim value As ExpressionNodeType
value = instance.Type
public ExpressionNodeType Type { get; }
public:
property ExpressionNodeType Type {
ExpressionNodeType get ();
}
member Type : ExpressionNodeType
function get Type () : ExpressionNodeType
Eigenschaftenwert
Typ: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNodeType
An ExpressionNodeType value that specifies the part of an expression that is represented by the expression node.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.