Proprietà ObjectProperty.ExtendedType

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

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property ExtendedType As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

ObjectProperty Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc