Partilhar via


Propriedade do RDL SfcProperty.Computed

Gets a value indicating whether the property object is computed. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Public ReadOnly Property Computed As Boolean 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

SfcProperty Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc