Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Indicates the type of node to be set.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Protected Sub SetNodeType ( _
value As ExpressionNodeType _
)
'Usage
Dim value As ExpressionNodeType
Me.SetNodeType(value)
protected void SetNodeType(
ExpressionNodeType value
)
protected:
void SetNodeType(
ExpressionNodeType value
)
member SetNodeType :
value:ExpressionNodeType -> unit
protected function SetNodeType(
value : ExpressionNodeType
)
Parameter
- value
Typ: Microsoft.SqlServer.Management.Dmf.ExpressionNodeType
The specified expression node type.