Partilhar via


Propriedade do RDL ExtendedType

Gets or sets a Boolean property value that specifies whether the property is an extended property or not. 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 Property ExtendedType As Boolean
    Get
    Set
'Uso
Dim instance As ObjectProperty
Dim value As Boolean

value = instance.ExtendedType

instance.ExtendedType = value
public bool ExtendedType { get; set; }
public:
property bool ExtendedType {
    bool get ();
    void set (bool value);
}
member ExtendedType : bool with get, set
function get ExtendedType () : boolean
function set ExtendedType (value : boolean)

Valor da propriedade

Tipo: System. . :: . .Boolean
True , if the property is an extended property. Otherwise, false.