EnumOwnedObjects méthode
Enumerates a list of object that the database user owns.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Function EnumOwnedObjects As Urn()
'Utilisation
Dim instance As User
Dim returnValue As Urn()
returnValue = instance.EnumOwnedObjects()
public Urn[] EnumOwnedObjects()
public:
array<Urn^>^ EnumOwnedObjects()
member EnumOwnedObjects : unit -> Urn[]
public function EnumOwnedObjects() : Urn[]
Valeur de retour
Type : array<Urn> [] () [] []
A Urn object array value that specifies the objects owned by the database user.
Notes
Note SQL Server database objects are owned by the schema.
Voir aussi