Classe ExpressionNodeFunction
The ExpressionNodeFunction object represents part of a policy-based management expression that is a function.
Spazio dei nomi: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class ExpressionNodeFunction _
Inherits ExpressionNodeChildren
'Utilizzo
Dim instance As ExpressionNodeFunction
public sealed class ExpressionNodeFunction : ExpressionNodeChildren
public ref class ExpressionNodeFunction sealed : public ExpressionNodeChildren
[<SealedAttribute>]
type ExpressionNodeFunction =
class
inherit ExpressionNodeChildren
end
public final class ExpressionNodeFunction extends ExpressionNodeChildren
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNodeChildren
Microsoft.SqlServer.Management.Dmf..::..ExpressionNodeFunction
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche