Freigeben über


EnumObject.ComputeFixedProperties-Methode

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Rückgabewert

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

Siehe auch

Verweis

EnumObject Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace