Delen via


FilterNodeConstant.ObjType Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets an FilterNodeConstant.ObjectType value that indicates the constant type.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property ObjType As FilterNodeConstant.ObjectType 
    Get
'Usage
Dim instance As FilterNodeConstant 
Dim value As FilterNodeConstant.ObjectType 

value = instance.ObjType
public FilterNodeConstant.ObjectType ObjType { get; }
public:
property FilterNodeConstant.ObjectType ObjType {
    FilterNodeConstant.ObjectType get ();
}
member ObjType : FilterNodeConstant.ObjectType
function get ObjType () : FilterNodeConstant.ObjectType

Property Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeConstant.ObjectType
An FilterNodeConstant.ObjectType value that indicates the constant type.

See Also

Reference

FilterNodeConstant Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace