Compartir a través de


IsSystemObject Propiedad

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

Sintaxis

'Declaración
Public ReadOnly Property IsSystemObject As Boolean
    Get
'Uso
Dim instance As DatabaseAdapterBase
Dim value As Boolean

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

Valor de la propiedad

Tipo: System. . :: . .Boolean