Propriété SfcProperty.Computed
Gets a value indicating whether the property object is computed. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
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 ReadOnly Property Computed As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System.Boolean
true if computed; otherwise, false.