Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets a FilterNode.Type value that indicates the type of the node.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property NodeType As FilterNode.Type
Get
'Usage
Dim instance As FilterNodeGroup
Dim value As FilterNode.Type
value = instance.NodeType
public override FilterNode.Type NodeType { get; }
public:
virtual property FilterNode.Type NodeType {
FilterNode.Type get () override;
}
abstract NodeType : FilterNode.Type
override NodeType : FilterNode.Type
override function get NodeType () : FilterNode.Type
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode.Type
A FilterNode.Type value that indicates the type of the node.