EnumObject.ComputeFixedProperties Method

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 Function ComputeFixedProperties As Boolean
'Usage
Dim instance As EnumObject 
Dim returnValue As Boolean 

returnValue = instance.ComputeFixedProperties()
public bool ComputeFixedProperties()
public:
bool ComputeFixedProperties()
member ComputeFixedProperties : unit -> bool
public function ComputeFixedProperties() : boolean

Return Value

Type: System.Boolean
true if the fixed properties were computed; otherwise, false.

See Also

Reference

EnumObject Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace