Compartir a través de


ObjectProperty.ExtendedType Propiedad

Gets or sets a Boolean property value that specifies whether the property is an extended property or not.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ObjectProperty Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc