Share via


Propriété IsSystemObject

Gets a Boolean value that specifies whether or not the interface refers to a Object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<DisplayDescriptionKeyAttribute("User_IsSystemObjectDesc")> _
<DisplayNameKeyAttribute("User_IsSystemObjectName")> _
ReadOnly Property IsSystemObject As Boolean
    Get
'Utilisation
Dim instance As IUserOptions
Dim value As Boolean

value = instance.IsSystemObject
[DisplayDescriptionKeyAttribute("User_IsSystemObjectDesc")]
[DisplayNameKeyAttribute("User_IsSystemObjectName")]
bool IsSystemObject { get; }
[DisplayDescriptionKeyAttribute(L"User_IsSystemObjectDesc")]
[DisplayNameKeyAttribute(L"User_IsSystemObjectName")]
property bool IsSystemObject {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("User_IsSystemObjectDesc")>]
[<DisplayNameKeyAttribute("User_IsSystemObjectName")>]
abstract IsSystemObject : bool
function get IsSystemObject () : boolean

Valeur de propriété

Type : System. . :: . .Boolean
A Boolean value, True if the interface refers to a Object, otherwise False.