Compartilhar via


Propriedade do RDL Required

Gets a value that indicates whether the property is required to persist the current state of the object. 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
ReadOnly Property Required As Boolean
    Get
'Uso
Dim instance As ISfcProperty
Dim value As Boolean

value = instance.Required
bool Required { get; }
property bool Required {
    bool get ();
}
abstract Required : bool
function get Required () : boolean

Valor da propriedade

Tipo: System. . :: . .Boolean
true if the property is required to persist the current state of the object; otherwise, false.