Propriété FilterNodeConstant.NodeType
Gets a FilterNode.Type value that indicates the type of the node.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Overrides ReadOnly Property NodeType As FilterNode.Type
Get
'Utilisation
Dim instance As FilterNodeConstant
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode.Type
A FilterNode.Type value that indicates the type of the node.