Propriedade do RDL IsSystemObject
Indicates whether the database performance facet is a system object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")> _
<DisplayNameKeyAttribute("Database_IsSystemObjectName")> _
ReadOnly Property IsSystemObject As Boolean
Get
'Uso
Dim instance As IDatabasePerformanceFacet
Dim value As Boolean
value = instance.IsSystemObject
[DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")]
[DisplayNameKeyAttribute("Database_IsSystemObjectName")]
bool IsSystemObject { get; }
[DisplayDescriptionKeyAttribute(L"Database_IsSystemObjectDesc")]
[DisplayNameKeyAttribute(L"Database_IsSystemObjectName")]
property bool IsSystemObject {
bool get ();
}
[<DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")>]
[<DisplayNameKeyAttribute("Database_IsSystemObjectName")>]
abstract IsSystemObject : bool
function get IsSystemObject () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value indicating whether the database performance facet is a system object.
Returns True if the facet is a system object; otherwise, False.
Consulte também