Méthode PolicyStore.MarkSystemObject
Sets the name of a Policy, Condition, or ObjectSet.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub MarkSystemObject ( _
obj As Object, _
marker As Boolean _
)
'Utilisation
Dim instance As PolicyStore
Dim obj As Object
Dim marker As Boolean
instance.MarkSystemObject(obj, marker)
public void MarkSystemObject(
Object obj,
bool marker
)
public:
void MarkSystemObject(
Object^ obj,
bool marker
)
member MarkSystemObject :
obj:Object *
marker:bool -> unit
public function MarkSystemObject(
obj : Object,
marker : boolean
)
Paramètres
- obj
Type : System.Object
The T:System.Object to mark.
- marker
Type : System.Boolean
Boolean value that specifies whether to mark obj.