Freigeben über


SfcProperty.Computed-Eigenschaft

Gets a value indicating whether the property object is computed. 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 ReadOnly Property Computed As Boolean 
    Get
'Usage
Dim instance As SfcProperty 
Dim value As Boolean 

value = instance.Computed
public bool Computed { get; }
public:
property bool Computed {
    bool get ();
}
member Computed : bool
function get Computed () : boolean

Eigenschaftswert

Typ: System.Boolean
true if computed; otherwise, false.

Siehe auch

Verweis

SfcProperty Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace