Partilhar via


Propriedade do RDL Required

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 Required As Boolean
    Get
'Uso
Dim instance As SfcProperty
Dim value As Boolean

value = instance.Required
public bool Required { get; }
public:
virtual property bool Required {
    bool get () sealed;
}
abstract Required : bool
override Required : bool
final function get Required () : boolean

Valor da propriedade

Tipo: System. . :: . .Boolean
true if the property collection requires a property name; otherwise, false.

Implementa

ISfcProperty. . :: . .Required