Partager via


Propriété Policy.IsSystemObject

Determines whether the Policy object is a Object.

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

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Data)> _
Public ReadOnly Property IsSystemObject As Boolean 
    Get
'Utilisation
Dim instance As Policy 
Dim value As Boolean 

value = instance.IsSystemObject
[SfcPropertyAttribute(SfcPropertyFlags.Data)]
public bool IsSystemObject { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Data)]
public:
property bool IsSystemObject {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Data)>]
member IsSystemObject : bool
function get IsSystemObject () : boolean

Valeur de propriété

Type : System.Boolean
A Boolean value, True if the policy object is a Object, otherwise False.

Voir aussi

Référence

Policy Classe

Espace de noms Microsoft.SqlServer.Management.Dmf