Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the type of the node. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property NodeType As FilterNode.Type
Get
'Usage
Dim instance As FilterNode
Dim value As FilterNode.Type
value = instance.NodeType
public abstract FilterNode.Type NodeType { get; }
public:
virtual property FilterNode.Type NodeType {
FilterNode.Type get () abstract;
}
abstract NodeType : FilterNode.Type
abstract function get NodeType () : FilterNode.Type
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode.Type
The type of the node.