Schema.EnumOwnedObjects Método
Enumerates a list of objects that are owned by the schema.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Function EnumOwnedObjects As Urn()
'Uso
Dim instance As Schema
Dim returnValue As Urn()
returnValue = instance.EnumOwnedObjects()
public Urn[] EnumOwnedObjects()
public:
array<Urn^>^ EnumOwnedObjects()
member EnumOwnedObjects : unit -> Urn[]
public function EnumOwnedObjects() : Urn[]
Valor devuelto
Tipo: array<Microsoft.SqlServer.Management.Sdk.Sfc.Urn[]
An array of Urn objects that specifies the objects that are owned by the schema.
Ejemplos
Crear, modificar y eliminar esquemas
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo